Update version number for release

This commit is contained in:
Daniel Markstedt 2024-04-29 18:32:28 +09:00
parent ea4dce02fb
commit e540da06c4
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
#include <iomanip>
// The following should be updated for each release
const int piscsi_major_version = 23; // Last two digits of year
const int piscsi_minor_version = 11; // Month
const int piscsi_patch_version = -1; // Patch number - increment for each update
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
using namespace std;