File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.17
41+ PROJECT_NUMBER = 1.18.0-rc1
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
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ extern "C" {
2626#endif
2727
2828/* version */
29- #define CRYPT 0x0117
30- #define SCRYPT "1.17 "
29+ #define CRYPT 0x0118
30+ #define SCRYPT "1.18.0-rc1 "
3131
3232/* max size of either a cipher/hash block or symmetric key [largest of the two] */
3333#define MAXBLOCKSIZE 128
You can’t perform that action at this time.
0 commit comments