Skip to content

Commit

Permalink
Increase version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Jan 3, 2016
1 parent 9a15a18 commit a5ba72c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 1
SPRITZ_LIBRARY_VERSION_PATCH 2
Present the PATCH version.

* Types:
Expand Down
4 changes: 2 additions & 2 deletions SpritzCipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ extern "C" {
#define SPRITZ_N 256

/* Semantic Versioning of this library */
#define SPRITZ_LIBRARY_VERSION_STRING "0.4.1"
#define SPRITZ_LIBRARY_VERSION_STRING "0.4.2"
#define SPRITZ_LIBRARY_VERSION_MAJOR 0
#define SPRITZ_LIBRARY_VERSION_MINOR 4
#define SPRITZ_LIBRARY_VERSION_PATCH 1
#define SPRITZ_LIBRARY_VERSION_PATCH 2


/** \typedef spritz_ctx
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SpritzCipher
version=0.4.1
version=0.4.2
author=Abderraouf Adjal <[email protected]>
maintainer=Abderraouf Adjal <[email protected]>
sentence=Spritz cipher library, Secure random bytes generator, Flexible hash & MAC.
Expand Down

0 comments on commit a5ba72c

Please sign in to comment.