mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Update revision number for release
This commit is contained in:
parent
64a6d46bee
commit
5768827af8
@ -15,7 +15,7 @@
|
||||
// The following should be updated for each release
|
||||
const int rascsi_major_version = 22; // Last two digits of year
|
||||
const int rascsi_minor_version = 10; // Month
|
||||
const int rascsi_patch_version = -1; // Patch number - increment for each update
|
||||
const int rascsi_patch_version = 1; // Patch number - increment for each update
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user