From cd306d7c40b69526445b9f447bfb2f900344b56e Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Fri, 8 Dec 2017 11:17:55 +0800 Subject: [PATCH] 2.0 release --- include/openssl/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index a73f791e..b32641f5 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -41,9 +41,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x1010004fL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "GmSSL 2.0 - OpenSSL 1.1.0d-fips 07 Dec 2017" +# define OPENSSL_VERSION_TEXT "GmSSL 2.0 - OpenSSL 1.1.0d-fips 08 Dec 2017" # else -# define OPENSSL_VERSION_TEXT "GmSSL 2.0 - OpenSSL 1.1.0d 07 Dec 2017" +# define OPENSSL_VERSION_TEXT "GmSSL 2.0 - OpenSSL 1.1.0d 08 Dec 2017" # endif /*-