Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cpp/shared/piscsi_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#include <iomanip>

// 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;

Expand Down