We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6771c commit 453b099Copy full SHA for 453b099
cryptoTools/Common/Version.h
@@ -2,8 +2,8 @@
2
3
4
#define CRYPTO_TOOLS_VERSION_MAJOR 1
5
-#define CRYPTO_TOOLS_VERSION_MINOR 4
6
-#define CRYPTO_TOOLS_VERSION_PATCH 1
+#define CRYPTO_TOOLS_VERSION_MINOR 5
+#define CRYPTO_TOOLS_VERSION_PATCH 0
7
8
9
#define CRYPTO_TOOLS_VERSION (CRYPTO_TOOLS_VERSION_MAJOR * 10000 + CRYPTO_TOOLS_VERSION_MINOR * 100 + CRYPTO_TOOLS_VERSION_PATCH)
0 commit comments