Update version for next development version

This commit is contained in:
RaSCSI User 2022-01-01 20:49:50 +00:00
parent 3cc04a8dcf
commit 7e1ca6a7c9

View File

@ -12,8 +12,8 @@
#include <cstdio>
// The following should be updated for each release
const int rascsi_major_version = 21; // Last two digits of year
const int rascsi_minor_version = 12; // Month
const int rascsi_major_version = 22; // Last two digits of year
const int rascsi_minor_version = 01; // Month
const int rascsi_patch_version = 01; // Patch number - increment for each update
static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"