We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93300f commit 4cb2b64Copy full SHA for 4cb2b64
src/raspberrypi/rascsi_version.cpp
@@ -13,8 +13,8 @@
13
14
// The following should be updated for each release
15
const int rascsi_major_version = 22; // Last two digits of year
16
-const int rascsi_minor_version = 04; // Month
17
-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
18
19
static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"
20
0 commit comments