Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Sep 25, 2017
1 parent 83e7f4a commit 20c6bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = LibTomCrypt
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.18.0-rc3
PROJECT_NUMBER = 1.18.0-rc4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/headers/tomcrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern "C" {

/* version */
#define CRYPT 0x0118
#define SCRYPT "1.18.0-rc3"
#define SCRYPT "1.18.0-rc4"

/* max size of either a cipher/hash block or symmetric key [largest of the two] */
#define MAXBLOCKSIZE 128
Expand Down

0 comments on commit 20c6bf8

Please sign in to comment.