From 07c5e6b0a4b4c7a58a7c7951814ffcb4557b08bf Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 27 Sep 2017 21:37:21 +0200 Subject: [PATCH] bump version --- doc/Doxyfile | 2 +- src/headers/tomcrypt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 40e04dd..489e083 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.18.0-rc4 +PROJECT_NUMBER = 1.18.0-rc5 # 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 e736a54..3554335 100644 --- a/src/headers/tomcrypt.h +++ b/src/headers/tomcrypt.h @@ -27,7 +27,7 @@ extern "C" { /* version */ #define CRYPT 0x0118 -#define SCRYPT "1.18.0-rc4" +#define SCRYPT "1.18.0-rc5" /* max size of either a cipher/hash block or symmetric key [largest of the two] */ #define MAXBLOCKSIZE 128