Restore version to development version

This commit is contained in:
Tony Kuker 2021-10-29 21:59:27 -05:00
parent 21a8805d5d
commit 0f52e72915

View File

@ -14,8 +14,8 @@
// The following should be updated for each release
const int rascsi_major_version = 21; // 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 = 99; // 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"