From fa5acee8028c32cb864cc2d16f0b5a4e3478aaec Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 5 Jul 2017 13:28:36 +0200 Subject: [PATCH] bump version --- doc/Doxyfile | 2 +- src/headers/tomcrypt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 23d84e2..fd45375 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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 diff --git a/src/headers/tomcrypt.h b/src/headers/tomcrypt.h index 803e643..e902119 100644 --- a/src/headers/tomcrypt.h +++ b/src/headers/tomcrypt.h @@ -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