Update version for next development version

This commit is contained in:
Daniel Markstedt 2023-11-11 23:17:47 +09:00
parent b5e40c7f9b
commit c59a300a97

View File

@ -13,7 +13,7 @@
// 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 = 10; // Month const int piscsi_minor_version = 11; // 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;