Skip to content

Commit 453b099

Browse files
committed
updated verstion to 1.5.0
1 parent 1e6771c commit 453b099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cryptoTools/Common/Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
#define CRYPTO_TOOLS_VERSION_MAJOR 1
5-
#define CRYPTO_TOOLS_VERSION_MINOR 4
6-
#define CRYPTO_TOOLS_VERSION_PATCH 1
5+
#define CRYPTO_TOOLS_VERSION_MINOR 5
6+
#define CRYPTO_TOOLS_VERSION_PATCH 0
77

88

99
#define CRYPTO_TOOLS_VERSION (CRYPTO_TOOLS_VERSION_MAJOR * 10000 + CRYPTO_TOOLS_VERSION_MINOR * 100 + CRYPTO_TOOLS_VERSION_PATCH)

0 commit comments

Comments
 (0)