From 7e1ca6a7c99b2a0f0eaadee85a19f7f55ab0c357 Mon Sep 17 00:00:00 2001 From: RaSCSI User Date: Sat, 1 Jan 2022 20:49:50 +0000 Subject: [PATCH] Update version for next development version --- src/raspberrypi/rascsi_version.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/raspberrypi/rascsi_version.cpp b/src/raspberrypi/rascsi_version.cpp index 28822e53..15eb4607 100644 --- a/src/raspberrypi/rascsi_version.cpp +++ b/src/raspberrypi/rascsi_version.cpp @@ -12,8 +12,8 @@ #include // 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"