mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Update version for next development version
This commit is contained in:
parent
b5ddb88e6a
commit
06dfb48fdc
@ -13,8 +13,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 = 8; // Month
|
||||
const int rascsi_patch_version = 1; // Patch number - increment for each update
|
||||
const int rascsi_minor_version = 9; // Month
|
||||
const int rascsi_patch_version = -1; // Patch number - increment for each update
|
||||
|
||||
static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user