From 1ae1afefb68c4c302392b278a52102de51933ec8 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Tue, 30 Dec 2025 06:25:51 -0800 Subject: [PATCH] Update version numbers for release 25.12.1 --- cpp/shared/piscsi_version.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/shared/piscsi_version.cpp b/cpp/shared/piscsi_version.cpp index 06f309e15c..da50cdbbdf 100644 --- a/cpp/shared/piscsi_version.cpp +++ b/cpp/shared/piscsi_version.cpp @@ -12,9 +12,9 @@ #include // The following should be updated for each release -const int piscsi_major_version = 24; // Last two digits of year -const int piscsi_minor_version = 5; // Month -const int piscsi_patch_version = -1; // Patch number - increment for each update +const int piscsi_major_version = 25; // Last two digits of year +const int piscsi_minor_version = 12; // Month +const int piscsi_patch_version = 1; // Patch number - increment for each update using namespace std;