diff --git a/CHANGES b/CHANGES index bfd072965f2508bee4dcc897dea12ada727aef96..f4230aaac0318575d081933cef0ab899b1527ec1 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,7 @@ https://github.com/openssl/openssl/commits/ and pick the appropriate release branch. - Changes between 1.1.1e and 1.1.1f [xx XXX xxxx] + Changes between 1.1.1e and 1.1.1f [31 Mar 2020] *) Revert the change of EOF detection while reading in libssl to avoid regressions in applications depending on the current way of reporting diff --git a/NEWS b/NEWS index 056e46d1372ad005024e40a25d27151a77ba5f86..85470793b20996a161ed02ee354d19e46cc4b7b7 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. - Major changes between OpenSSL 1.1.1e and OpenSSL 1.1.1f [under development] + Major changes between OpenSSL 1.1.1e and OpenSSL 1.1.1f [31 Mar 2020] o Revert the unexpected EOF reporting via SSL_ERROR_SSL diff --git a/README b/README index d47ee8834cf67b1dba9dfe96e0004a52417478ad..d7d44aa3a01b13c302a942004b16822f97363164 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.1f-dev + OpenSSL 1.1.1f 31 Mar 2020 Copyright (c) 1998-2020 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 6d0af0540220b3a8cfeb6abcc70805a0b82ffa89..8c697f5f7acc85a04abb77786d1fe5d5c79d0435 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -39,8 +39,8 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x10101060L -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1f-dev xx XXX xxxx" +# define OPENSSL_VERSION_NUMBER 0x1010106fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1f 31 Mar 2020" /*- * The macros below are to be used for shared library (.so, .dll, ...)