From 99a1c7cdbc6e84e607f3e60f1843df59f8a344c0 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Fri, 21 Oct 2022 22:44:31 +0100 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 0c96b769..2d9d1594 100644 --- a/src/raspberrypi/rascsi_version.cpp +++ b/src/raspberrypi/rascsi_version.cpp @@ -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;