From 5775cd1fb2578b4ffc74a5d576acef67c6eee955 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sun, 28 Nov 2021 18:27:56 -0600 Subject: [PATCH] Update version for next development version --- src/raspberrypi/rascsi_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rascsi_version.cpp b/src/raspberrypi/rascsi_version.cpp index 7bf1393c..b054c416 100644 --- a/src/raspberrypi/rascsi_version.cpp +++ b/src/raspberrypi/rascsi_version.cpp @@ -13,7 +13,7 @@ // The following should be updated for each release const int rascsi_major_version = 21; // Last two digits of year -const int rascsi_minor_version = 99; // Month +const int rascsi_minor_version = 12; // 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"