Skip to content

Commit e540da0

Browse files
committed
Update version number for release
1 parent ea4dce0 commit e540da0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/shared/piscsi_version.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#include <iomanip>
1313

1414
// The following should be updated for each release
15-
const int piscsi_major_version = 23; // Last two digits of year
16-
const int piscsi_minor_version = 11; // Month
17-
const int piscsi_patch_version = -1; // Patch number - increment for each update
15+
const int piscsi_major_version = 24; // Last two digits of year
16+
const int piscsi_minor_version = 4; // Month
17+
const int piscsi_patch_version = 1; // Patch number - increment for each update
1818

1919
using namespace std;
2020

0 commit comments

Comments
 (0)