From c59a300a9734efe9d8e997159814f0f4fa2b8aa6 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 11 Nov 2023 23:17:47 +0900 Subject: [PATCH] Update version for next development version --- cpp/shared/piscsi_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/shared/piscsi_version.cpp b/cpp/shared/piscsi_version.cpp index 05c297fd..cbc124d5 100644 --- a/cpp/shared/piscsi_version.cpp +++ b/cpp/shared/piscsi_version.cpp @@ -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;