Skip to content

Commit

Permalink
Increase version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Feb 5, 2016
1 parent df8cceb commit bbff3e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ be defined automatically.

**SPRITZ_N** = `256` - Present the value of N in this spritz implementation, *Do NOT change `SPRITZ_N` value*.

**SPRITZ_LIBRARY_VERSION_STRING** = `"0.9.0"` - Present the version of this
**SPRITZ_LIBRARY_VERSION_STRING** = `"0.9.1"` - Present the version of this
spritz library (MAJOR . MINOR . PATCH) using Semantic Versioning.

**SPRITZ_LIBRARY_VERSION_MAJOR** = `0` - The MAJOR version of the library.

**SPRITZ_LIBRARY_VERSION_MINOR** = `9` - The MINOR version of the library.

**SPRITZ_LIBRARY_VERSION_PATCH** = `0` - The PATCH version of the library.
**SPRITZ_LIBRARY_VERSION_PATCH** = `1` - The PATCH version of the library.


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

/* Semantic Versioning of this library */
#define SPRITZ_LIBRARY_VERSION_STRING "0.9.0"
#define SPRITZ_LIBRARY_VERSION_STRING "0.9.1"
#define SPRITZ_LIBRARY_VERSION_MAJOR 0
#define SPRITZ_LIBRARY_VERSION_MINOR 9
#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.9.0
version=0.9.1
author=Abderraouf Adjal <abderraouf.adjal@gmail.com>
maintainer=Abderraouf Adjal <abderraouf.adjal@gmail.com>
sentence=Spritz cipher library, Random number generator, Data encryption, Hash and MAC.
Expand Down

0 comments on commit bbff3e5

Please sign in to comment.