Skip to content

Commit 20c6bf8

Browse files
committed
bump version
1 parent 83e7f4a commit 20c6bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LibTomCrypt
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.18.0-rc3
41+
PROJECT_NUMBER = 1.18.0-rc4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

src/headers/tomcrypt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727

2828
/* version */
2929
#define CRYPT 0x0118
30-
#define SCRYPT "1.18.0-rc3"
30+
#define SCRYPT "1.18.0-rc4"
3131

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

0 commit comments

Comments
 (0)