From 1d6c763afb8260bb645a0f851588cc942c120cbc Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Wed, 13 Dec 2023 20:02:27 +0800 Subject: [PATCH] Update version to 3.1.2-Dev --- CMakeLists.txt | 2 +- include/gmssl/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbfe8d9a4..c04053cc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,7 +386,7 @@ endif() set(CPACK_PACKAGE_NAME "GmSSL") set(CPACK_PACKAGE_VENDOR "GmSSL develop team") -set(CPACK_PACKAGE_VERSION "3.1.1") +set(CPACK_PACKAGE_VERSION "3.1.2-Dev") set(CPACK_RPM_PACKAGE_GROUP "GmSSL Group") set(CPACK_PACKAGE_VENDOR "GmSSL Vendor") diff --git a/include/gmssl/version.h b/include/gmssl/version.h index be56adacc..8ea7fb18e 100644 --- a/include/gmssl/version.h +++ b/include/gmssl/version.h @@ -20,8 +20,8 @@ extern "C" { // Also update CPACK_PACKAGE_VERSION in CMakeLists.txt -#define GMSSL_VERSION_NUM 30101 -#define GMSSL_VERSION_STR "GmSSL 3.1.1" +#define GMSSL_VERSION_NUM 30102 +#define GMSSL_VERSION_STR "GmSSL 3.1.2 Dev" _gmssl_export int gmssl_version_num(void); _gmssl_export const char *gmssl_version_str(void);