We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d655c06 commit 1d6c763Copy full SHA for 1d6c763
CMakeLists.txt
@@ -386,7 +386,7 @@ endif()
386
387
set(CPACK_PACKAGE_NAME "GmSSL")
388
set(CPACK_PACKAGE_VENDOR "GmSSL develop team")
389
-set(CPACK_PACKAGE_VERSION "3.1.1")
+set(CPACK_PACKAGE_VERSION "3.1.2-Dev")
390
391
set(CPACK_RPM_PACKAGE_GROUP "GmSSL Group")
392
set(CPACK_PACKAGE_VENDOR "GmSSL Vendor")
include/gmssl/version.h
@@ -20,8 +20,8 @@ extern "C" {
20
21
22
// Also update CPACK_PACKAGE_VERSION in CMakeLists.txt
23
-#define GMSSL_VERSION_NUM 30101
24
-#define GMSSL_VERSION_STR "GmSSL 3.1.1"
+#define GMSSL_VERSION_NUM 30102
+#define GMSSL_VERSION_STR "GmSSL 3.1.2 Dev"
25
26
_gmssl_export int gmssl_version_num(void);
27
_gmssl_export const char *gmssl_version_str(void);
0 commit comments