Skip to content

Commit 8135dcd

Browse files
author
Tony Kuker
committed
Update revision for release
1 parent 136e915 commit 8135dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/raspberrypi/rascsi_version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
// The following should be updated for each release
1515
const int rascsi_major_version = 22; // Last two digits of year
16-
const int rascsi_minor_version = 08; // Month
17-
const int rascsi_patch_version = -1; // Patch number - increment for each update
16+
const int rascsi_minor_version = 07; // Month
17+
const int rascsi_patch_version = 2; // 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)