Skip to content

Commit

Permalink
Update revision for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Kuker committed Aug 1, 2022
1 parent 136e915 commit 8135dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raspberrypi/rascsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

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

Please sign in to comment.