Skip to content

Commit c84ef14

Browse files
Increase version to 0.4.1
1 parent 2972229 commit c84ef14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SPRITZ_LIBRARY_VERSION_MAJOR 0
4141
Present the MAJOR version.
4242
SPRITZ_LIBRARY_VERSION_MINOR 4
4343
Present the MINOR version.
44-
SPRITZ_LIBRARY_VERSION_PATCH 0
44+
SPRITZ_LIBRARY_VERSION_PATCH 1
4545
Present the PATCH version.
4646

4747
# Types:

SpritzCipher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ extern "C" {
5151
#define SPRITZ_N 256
5252

5353
/* Semantic Versioning of this library */
54-
#define SPRITZ_LIBRARY_VERSION_STRING "0.4.0"
54+
#define SPRITZ_LIBRARY_VERSION_STRING "0.4.1"
5555
#define SPRITZ_LIBRARY_VERSION_MAJOR 0
5656
#define SPRITZ_LIBRARY_VERSION_MINOR 4
57-
#define SPRITZ_LIBRARY_VERSION_PATCH 0
57+
#define SPRITZ_LIBRARY_VERSION_PATCH 1
5858

5959

6060
/** \typedef spritz_ctx

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SpritzCipher
2-
version=0.4.0
2+
version=0.4.1
33
author=Abderraouf Adjal <abderraouf.adjal@gmail.com>
44
maintainer=Abderraouf Adjal <abderraouf.adjal@gmail.com>
55
sentence=Spritz cipher library, Secure random bytes generator, Flexible hash & MAC.

0 commit comments

Comments
 (0)