From d11f845fde33c0f156024598bcc1b8c289c6d3c9 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Wed, 3 Jan 2018 15:28:58 +0800 Subject: [PATCH] Update version to 2.1.0 The affected headers are `` and ``. --- 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 8cd0e53a..b588a190 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.0 - OpenSSL 1.1.0d-fips 08 Dec 2017" +# define OPENSSL_VERSION_TEXT "GmSSL 2.1.0 - OpenSSL 1.1.0d-fips 03 Jan 2018" # else -# define OPENSSL_VERSION_TEXT "GmSSL 2.0.0 - OpenSSL 1.1.0d 08 Dec 2017" +# define OPENSSL_VERSION_TEXT "GmSSL 2.1.0 - OpenSSL 1.1.0d 03 Jan 2018" # endif /*-