mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
update revision number for release
This commit is contained in:
parent
754347f833
commit
bf2b210c4c
@ -13,8 +13,8 @@
|
||||
#include <iomanip>
|
||||
|
||||
// The following should be updated for each release
|
||||
const int piscsi_major_version = 22; // Last two digits of year
|
||||
const int piscsi_minor_version = 12; // Month
|
||||
const int piscsi_major_version = 23; // Last two digits of year
|
||||
const int piscsi_minor_version = 1; // Month
|
||||
const int piscsi_patch_version = -1; // Patch number - increment for each update
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user