Prepare for 1.1.1k-dev
authorMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2021 15:24:11 +0000 (15:24 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2021 15:24:11 +0000 (15:24 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
CHANGES
NEWS
README
include/openssl/opensslv.h

diff --git a/CHANGES b/CHANGES
index 1ab64b35c9a4808f3d8e13a7249d1bfb6a2fc725..8c2b701311db4628987fc805ea9258f71a372050 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
  https://github.com/openssl/openssl/commits/ and pick the appropriate
  release branch.
 
+ Changes between 1.1.1j and 1.1.1k [xx XXX xxxx]
+
+  *)
+
  Changes between 1.1.1i and 1.1.1j [16 Feb 2021]
 
   *) Fixed the X509_issuer_and_serial_hash() function. It attempts to
diff --git a/NEWS b/NEWS
index 3cce525066457bfc3c7d85b4c8e8bf8fc7429ec4..7e1cdf94e047faa69492ad4a09669dae80ee0b27 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@
   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.1j and OpenSSL 1.1.1k [under development]
+
+      o
+
   Major changes between OpenSSL 1.1.1i and OpenSSL 1.1.1j [16 Feb 2021]
 
       o Fixed a NULL pointer deref in the X509_issuer_and_serial_hash()
diff --git a/README b/README
index da5629f92c8192aba4a580193569be76a6e52412..98ad8a356aa7ade581930130795c1856b5bd6cfc 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.1.1j 16 Feb 2021
+ OpenSSL 1.1.1k-dev
 
  Copyright (c) 1998-2020 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
index cd5c23217a51b2e5291058d5da16a0a45e69578f..48c54fe673f128977b6b29a943186799b4c63aaf 100644 (file)
@@ -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  0x101010afL
-# define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.1j  16 Feb 2021"
+# define OPENSSL_VERSION_NUMBER  0x101010b0L
+# define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.1k-dev  xx XXX xxxx"
 
 /*-
  * The macros below are to be used for shared library (.so, .dll, ...)