diff options
author | Matt Caswell <matt@openssl.org> | 2021-02-18 16:09:04 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-02-18 16:09:04 +0100 |
commit | 937984efc6ed1664e5aeb0e06067d31520066960 (patch) | |
tree | 4ec285fe74f63515b0b57c2799db85630ee8e5ad | |
parent | Prepare for release of 3.0 alpha 12 (diff) | |
download | openssl-937984efc6ed1664e5aeb0e06067d31520066960.tar.xz openssl-937984efc6ed1664e5aeb0e06067d31520066960.zip |
Prepare for 3.0 alpha 13
Reviewed-by: Tomas Mraz <tomas@openssl.org>
-rw-r--r-- | CHANGES.md | 2 | ||||
-rw-r--r-- | NEWS.md | 2 | ||||
-rw-r--r-- | VERSION.dat | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md index 7f04b92f69..e45cb3a1fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,7 +21,7 @@ OpenSSL Releases OpenSSL 3.0 ----------- -### Changes between 1.1.1 and 3.0 alpha 12 [18 Feb 2021] +### Changes between 1.1.1 and 3.0 [xx XXX xxxx] * The SRP APIs have been deprecated. The old APIs do not work via providers, and there is no EVP interface to them. Unfortunately there is no replacement @@ -18,7 +18,7 @@ OpenSSL Releases OpenSSL 3.0 ----------- -### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 alpha 12 [in pre-release] +### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development] * Deprecated the `OCSP_REQ_CTX` type and functions. * Deprecated the `EC_KEY` and `EC_KEY_METHOD` types and functions. diff --git a/VERSION.dat b/VERSION.dat index 3fd6b8f09f..e54cbf764d 100644 --- a/VERSION.dat +++ b/VERSION.dat @@ -1,7 +1,7 @@ MAJOR=3 MINOR=0 PATCH=0 -PRE_RELEASE_TAG=alpha12 +PRE_RELEASE_TAG=alpha13-dev BUILD_METADATA= -RELEASE_DATE="18 Feb 2021" +RELEASE_DATE="" SHLIB_VERSION=3 |