We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a6d46 commit 5768827Copy full SHA for 5768827
src/raspberrypi/rascsi_version.cpp
@@ -15,7 +15,7 @@
15
// The following should be updated for each release
16
const int rascsi_major_version = 22; // Last two digits of year
17
const int rascsi_minor_version = 10; // Month
18
-const int rascsi_patch_version = -1; // Patch number - increment for each update
+const int rascsi_patch_version = 1; // Patch number - increment for each update
19
20
using namespace std;
21
0 commit comments