From d655c06b3a6b0fe8cff900f293bf0e5aac6eb0a2 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Tue, 12 Dec 2023 16:05:31 +0800 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- include/gmssl/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd379005a..bbfe8d9a4 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-PR1") +set(CPACK_PACKAGE_VERSION "3.1.1") 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 71ac63ba7..be56adacc 100644 --- a/include/gmssl/version.h +++ b/include/gmssl/version.h @@ -21,7 +21,7 @@ extern "C" { // Also update CPACK_PACKAGE_VERSION in CMakeLists.txt #define GMSSL_VERSION_NUM 30101 -#define GMSSL_VERSION_STR "GmSSL 3.1.1 PR1" +#define GMSSL_VERSION_STR "GmSSL 3.1.1" _gmssl_export int gmssl_version_num(void); _gmssl_export const char *gmssl_version_str(void);