Merge tag 'v22.07.01' into develop

RaSCSI Reloaded version 22.07.01
This commit is contained in:
Tony Kuker 2022-08-01 01:42:47 +01:00
commit 81524490b1
1 changed files with 2 additions and 2 deletions

View File

@ -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 = 05; // Month
const int rascsi_patch_version = -1; // Patch number - increment for each update
const int rascsi_minor_version = 07; // 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"