Skip to content

Commit

Permalink
Increase version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Jan 2, 2016
1 parent 2972229 commit c84ef14
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 0
SPRITZ_LIBRARY_VERSION_PATCH 1
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.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
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.0
version=0.4.1
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 c84ef14

Please sign in to comment.