From bac4f4a80b993e5ddda83b6da695ea74998176fd Mon Sep 17 00:00:00 2001 From: akuker Date: Mon, 25 Jan 2021 13:27:21 -0600 Subject: [PATCH] Change reported version back to development build --- 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 ee099f06..96975fdc 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 = 20; // Last two digits of year const int rascsi_minor_version = 12; // Month -const int rascsi_patch_version = 0; // Patch number - increment for each update +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"