Update version for next development version

This commit is contained in:
Tony Kuker 2023-04-22 19:46:26 -05:00
parent ba1d867ad5
commit 9c5296a65b
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
// The following should be updated for each release
const int piscsi_major_version = 23; // Last two digits of year
const int piscsi_minor_version = 4; // Month
const int piscsi_patch_version = 1; // Patch number - increment for each update
const int piscsi_minor_version = 5; // Month
const int piscsi_patch_version = -1; // Patch number - increment for each update
using namespace std;