From caf004b1aee01d781e0e571df9916144fc3dbf20 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sat, 11 Feb 2023 12:32:56 -0600 Subject: [PATCH] Update revision number for release --- cpp/shared/piscsi_version.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/shared/piscsi_version.cpp b/cpp/shared/piscsi_version.cpp index 6852c36d..d6e3c60c 100644 --- a/cpp/shared/piscsi_version.cpp +++ b/cpp/shared/piscsi_version.cpp @@ -14,8 +14,8 @@ // The following should be updated for each release 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 +const int piscsi_minor_version = 2; // Month +const int piscsi_patch_version = 1; // Patch number - increment for each update using namespace std;