Update version for next development version

This commit is contained in:
Tony Kuker 2022-10-21 22:44:31 +01:00
parent 5768827af8
commit 99a1c7cdbc

View File

@ -14,8 +14,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 = 10; // Month
const int rascsi_patch_version = 1; // Patch number - increment for each update
const int rascsi_minor_version = 11; // Month
const int rascsi_patch_version = -1; // Patch number - increment for each update
using namespace std;