From c84ef14917aa4b10bb79472c9188ff2182c96d4d Mon Sep 17 00:00:00 2001 From: abderraouf-adjal Date: Sat, 2 Jan 2016 20:37:44 +0100 Subject: [PATCH] Increase version to 0.4.1 --- README.txt | 2 +- SpritzCipher.h | 4 ++-- library.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 7857cfd..850a06a 100644 --- a/README.txt +++ b/README.txt @@ -41,7 +41,7 @@ SPRITZ_LIBRARY_VERSION_MAJOR 0 Present the MAJOR version. SPRITZ_LIBRARY_VERSION_MINOR 4 Present the MINOR version. -SPRITZ_LIBRARY_VERSION_PATCH 0 +SPRITZ_LIBRARY_VERSION_PATCH 1 Present the PATCH version. # Types: diff --git a/SpritzCipher.h b/SpritzCipher.h index 7b72972..45030b6 100644 --- a/SpritzCipher.h +++ b/SpritzCipher.h @@ -51,10 +51,10 @@ extern "C" { #define SPRITZ_N 256 /* Semantic Versioning of this library */ -#define SPRITZ_LIBRARY_VERSION_STRING "0.4.0" +#define SPRITZ_LIBRARY_VERSION_STRING "0.4.1" #define SPRITZ_LIBRARY_VERSION_MAJOR 0 #define SPRITZ_LIBRARY_VERSION_MINOR 4 -#define SPRITZ_LIBRARY_VERSION_PATCH 0 +#define SPRITZ_LIBRARY_VERSION_PATCH 1 /** \typedef spritz_ctx diff --git a/library.properties b/library.properties index 4a8198b..be63b85 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SpritzCipher -version=0.4.0 +version=0.4.1 author=Abderraouf Adjal maintainer=Abderraouf Adjal sentence=Spritz cipher library, Secure random bytes generator, Flexible hash & MAC.