From adfe0e4823527854020ff3be35d46d442d66d1b7 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Wed, 1 May 2024 16:10:39 +0900 Subject: [PATCH] Update version for development --- 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 dc317ca2..06f309e1 100644 --- a/cpp/shared/piscsi_version.cpp +++ b/cpp/shared/piscsi_version.cpp @@ -13,8 +13,8 @@ // The following should be updated for each release const int piscsi_major_version = 24; // Last two digits of year -const int piscsi_minor_version = 4; // Month -const int piscsi_patch_version = 1; // Patch number - increment for each update +const int piscsi_minor_version = 5; // Month +const int piscsi_patch_version = -1; // Patch number - increment for each update using namespace std;