Update revision number for release

This commit is contained in:
Tony Kuker 2022-10-21 22:43:03 +01:00
parent 64a6d46bee
commit 5768827af8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// The following should be updated for each release
const int rascsi_major_version = 22; // 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_patch_version = 1; // Patch number - increment for each update
using namespace std;