From 5768827af8e7a98a7c780a51b2875734b5aa21b8 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Fri, 21 Oct 2022 22:43:03 +0100 Subject: [PATCH] Update revision number for release --- 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 566656b3..0c96b769 100644 --- a/src/raspberrypi/rascsi_version.cpp +++ b/src/raspberrypi/rascsi_version.cpp @@ -15,7 +15,7 @@ // 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_patch_version = 1; // Patch number - increment for each update using namespace std;