Update version for development

This commit is contained in:
Daniel Markstedt 2024-05-01 16:10:39 +09:00
parent e45117d4af
commit adfe0e4823

View File

@ -13,8 +13,8 @@
// The following should be updated for each release
const int piscsi_major_version = 24; // 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;