Update version scheme

This commit is contained in:
Zhi Guan
2026-06-12 22:52:53 +08:00
parent 2c6ea95cec
commit 1ed2cfdcc4
3 changed files with 29 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ extern "C" {
// Also update CPACK_PACKAGE_VERSION in CMakeLists.txt
#define GMSSL_VERSION_NUM 30103
#define GMSSL_VERSION_STR "GmSSL 3.1.3 Dev"
#define GMSSL_VERSION_NUM 30200
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1014"
int gmssl_version_num(void);
const char *gmssl_version_str(void);