diff --git a/cpp/shared/piscsi_version.cpp b/cpp/shared/piscsi_version.cpp index 59f0c0f7..1143909e 100644 --- a/cpp/shared/piscsi_version.cpp +++ b/cpp/shared/piscsi_version.cpp @@ -13,8 +13,8 @@ #include // The following should be updated for each release -const int piscsi_major_version = 22; // Last two digits of year -const int piscsi_minor_version = 12; // Month +const int piscsi_major_version = 23; // Last two digits of year +const int piscsi_minor_version = 1; // Month const int piscsi_patch_version = -1; // Patch number - increment for each update using namespace std;