Skip to content

Commit

Permalink
updated verstion to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Feb 7, 2020
1 parent 1e6771c commit 453b099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptoTools/Common/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


#define CRYPTO_TOOLS_VERSION_MAJOR 1
#define CRYPTO_TOOLS_VERSION_MINOR 4
#define CRYPTO_TOOLS_VERSION_PATCH 1
#define CRYPTO_TOOLS_VERSION_MINOR 5
#define CRYPTO_TOOLS_VERSION_PATCH 0


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

0 comments on commit 453b099

Please sign in to comment.