mirror of
https://github.com/akuker/RASCSI.git
synced 2024-10-31 13:07:50 +00:00
Update revision number for release
This commit is contained in:
parent
dafb2a6677
commit
ba1d867ad5
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
// The following should be updated for each release
|
// The following should be updated for each release
|
||||||
const int piscsi_major_version = 23; // Last two digits of year
|
const int piscsi_major_version = 23; // Last two digits of year
|
||||||
const int piscsi_minor_version = 3; // Month
|
const int piscsi_minor_version = 4; // Month
|
||||||
const int piscsi_patch_version = -1; // Patch number - increment for each update
|
const int piscsi_patch_version = 1; // Patch number - increment for each update
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user