Update version to 23.11

This commit is contained in:
Uwe Seimet 2023-11-08 19:47:21 +01:00
parent 92b623ce71
commit 6b658cf7e2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
// The following should be updated for each release
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
using namespace std;