From c7f7f55e020482a89d83653b6663af93269b809e Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Fri, 23 Dec 2022 15:08:12 -0600 Subject: [PATCH] Update revision number for release --- 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 59f0c0f7..0fe7fb0b 100644 --- a/cpp/shared/piscsi_version.cpp +++ b/cpp/shared/piscsi_version.cpp @@ -15,7 +15,7 @@ // 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_patch_version = -1; // Patch number - increment for each update +const int piscsi_patch_version = 1; // Patch number - increment for each update using namespace std;