mirror of
https://github.com/akuker/RASCSI.git
synced 2025-03-09 20:30:26 +00:00
Update version for next development version
This commit is contained in:
parent
5768827af8
commit
99a1c7cdbc
@ -14,8 +14,8 @@
|
||||
|
||||
// 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_minor_version = 11; // Month
|
||||
const int rascsi_patch_version = -1; // Patch number - increment for each update
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user