mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
Update version
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user