bump version
This commit is contained in:
parent
725532c6b6
commit
0afbefc549
@ -38,7 +38,7 @@ PROJECT_NAME = LibTomCrypt
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 1.18.0-rc2
|
PROJECT_NUMBER = 1.18.0-rc3
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -27,7 +27,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* version */
|
/* version */
|
||||||
#define CRYPT 0x0118
|
#define CRYPT 0x0118
|
||||||
#define SCRYPT "1.18.0-rc2"
|
#define SCRYPT "1.18.0-rc3"
|
||||||
|
|
||||||
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
|
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
|
||||||
#define MAXBLOCKSIZE 128
|
#define MAXBLOCKSIZE 128
|
||||||
|
Loading…
Reference in New Issue
Block a user