Update version to 3.1.0 (Release)

This commit is contained in:
Zhi Guan
2023-02-23 14:10:30 +08:00
parent 901eefa223
commit f2c5e77255

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright 2014-2022 The GmSSL Project. All Rights Reserved. * Copyright 2014-2023 The GmSSL Project. All Rights Reserved.
* *
* Licensed under the Apache License, Version 2.0 (the License); you may * Licensed under the Apache License, Version 2.0 (the License); you may
* not use this file except in compliance with the License. * not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ Version Public API
*/ */
#define GMSSL_VERSION_NUM 30100 #define GMSSL_VERSION_NUM 30100
#define GMSSL_VERSION_STR "GmSSL 3.1.0 PR1" #define GMSSL_VERSION_STR "GmSSL 3.1.0"
_gmssl_export int gmssl_version_num(void); _gmssl_export int gmssl_version_num(void);
_gmssl_export const char *gmssl_version_str(void); _gmssl_export const char *gmssl_version_str(void);