From 4cb2b64a238a206aa66272dd0d3e03142c1bed08 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sun, 8 May 2022 20:19:30 +0100 Subject: [PATCH] Updated version for 22.5.02 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 cbcebd28..159966d9 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 = 22; // Last two digits of year -const int rascsi_minor_version = 04; // Month -const int rascsi_patch_version = -1; // Patch number - increment for each update +const int rascsi_minor_version = 05; // Month +const int rascsi_patch_version = 02; // Patch number - increment for each update static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"