From f8035e96bdb9ab1e56e15d88819c55a520279bfc Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sun, 28 Nov 2021 20:08:57 -0600 Subject: [PATCH] Updated version number for 21.11 release --- 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 b054c41669..79822eb48b 100644 --- a/src/raspberrypi/rascsi_version.cpp +++ b/src/raspberrypi/rascsi_version.cpp @@ -13,8 +13,8 @@ // 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_patch_version = -1; // Patch number - increment for each update +const int rascsi_minor_version = 11; // 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"