We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4dce0 commit e540da0Copy full SHA for e540da0
cpp/shared/piscsi_version.cpp
@@ -12,9 +12,9 @@
12
#include <iomanip>
13
14
// 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
+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
18
19
using namespace std;
20
0 commit comments