From f2c5e772556d7f26f9228a7cee589fa545e188d9 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Thu, 23 Feb 2023 14:10:30 +0800 Subject: [PATCH] Update version to 3.1.0 (Release) --- include/gmssl/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gmssl/version.h b/include/gmssl/version.h index 43186cf9..5c0319f0 100644 --- a/include/gmssl/version.h +++ b/include/gmssl/version.h @@ -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 * 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_STR "GmSSL 3.1.0 PR1" +#define GMSSL_VERSION_STR "GmSSL 3.1.0" _gmssl_export int gmssl_version_num(void); _gmssl_export const char *gmssl_version_str(void);