Skip to content

Commit 4cb2b64

Browse files
author
Tony Kuker
committed
Updated version for 22.5.02 release
1 parent f93300f commit 4cb2b64

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 = 04; // Month
17-
const int rascsi_patch_version = -1; // Patch number - increment for each update
16+
const int rascsi_minor_version = 05; // Month
17+
const int rascsi_patch_version = 02; // 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)