Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Jul 5, 2017
1 parent d03635a commit fa5acee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.17
PROJECT_NUMBER = 1.18.0-rc1

# 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
4 changes: 2 additions & 2 deletions src/headers/tomcrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ extern "C" {
#endif

/* version */
#define CRYPT 0x0117
#define SCRYPT "1.17"
#define CRYPT 0x0118
#define SCRYPT "1.18.0-rc1"

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

0 comments on commit fa5acee

Please sign in to comment.