소스 검색

bump version

Steffen Jaeckel 8 년 전
부모
커밋
20c6bf812b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      doc/Doxyfile
  2. 1 1
      src/headers/tomcrypt.h

+ 1 - 1
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-rc3
+PROJECT_NUMBER         = 1.18.0-rc4
 
 # 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

+ 1 - 1
src/headers/tomcrypt.h

@@ -27,7 +27,7 @@ extern "C" {
 
 /* version */
 #define CRYPT   0x0118
-#define SCRYPT  "1.18.0-rc3"
+#define SCRYPT  "1.18.0-rc4"
 
 /* max size of either a cipher/hash block or symmetric key [largest of the two] */
 #define MAXBLOCKSIZE  128