mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-18 21:07:52 +00:00
Change reported version back to development build
This commit is contained in:
parent
44ce6c96c0
commit
bac4f4a80b
@ -15,7 +15,7 @@
|
||||
// The following should be updated for each release
|
||||
const int rascsi_major_version = 20; // Last two digits of year
|
||||
const int rascsi_minor_version = 12; // Month
|
||||
const int rascsi_patch_version = 0; // Patch number - increment for each update
|
||||
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