Skip to content

Commit

Permalink
Update revision number for release 22.08.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Kuker committed Aug 28, 2022
1 parent 7fc84c4 commit b5ddb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raspberrypi/rascsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// The following should be updated for each release
const int rascsi_major_version = 22; // Last two digits of year
const int rascsi_minor_version = 8; // Month
const int rascsi_patch_version = -1; // Patch number - increment for each update
const int rascsi_patch_version = 1; // Patch number - increment for each update

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

Expand Down

0 comments on commit b5ddb88

Please sign in to comment.