Skip to content

Commit b5ddb88

Browse files
author
Tony Kuker
committed
Update revision number for release 22.08.01
1 parent 7fc84c4 commit b5ddb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raspberrypi/rascsi_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// The following should be updated for each release
1515
const int rascsi_major_version = 22; // Last two digits of year
1616
const int rascsi_minor_version = 8; // Month
17-
const int rascsi_patch_version = -1; // Patch number - increment for each update
17+
const int rascsi_patch_version = 1; // Patch number - increment for each update
1818

1919
static char rascsi_version_string[30]; // Allow for string up to "XX.XX.XXX" + null character + "development build"
2020

0 commit comments

Comments
 (0)