The next version to be released from master is 4.0

Now that the 3.6 branch has been created, correct the master branch so
that it is clear that the next release from that branch will be 4.0

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28423)
This commit is contained in:
Matt Caswell 2025-09-02 15:06:48 +01:00
parent 3d68b70b9e
commit e26ae2754f
3 changed files with 15 additions and 7 deletions

View File

@ -12,6 +12,7 @@ appropriate release branch.
OpenSSL Releases
----------------
- [OpenSSL 4.0](#openssl-40)
- [OpenSSL 3.6](#openssl-36)
- [OpenSSL 3.5](#openssl-35)
- [OpenSSL 3.4](#openssl-34)
@ -26,13 +27,16 @@ OpenSSL Releases
- [OpenSSL 1.0.0](#openssl-100)
- [OpenSSL 0.9.x](#openssl-09x)
OpenSSL 3.6
OpenSSL 4.0
-----------
### Changes between 3.6 and 3.7 [xx XXX xxxx]
### Changes between 3.6 and 4.0 [xx XXX xxxx]
* none yet
OpenSSL 3.6
-----------
### Changes between 3.5 and 3.6 [xx XXX xxxx]
* Added support for EVP_SKEY opaque symmetric key objects to the key

View File

@ -7,6 +7,7 @@ release. For more details please read the CHANGES file.
OpenSSL Releases
----------------
- [OpenSSL 4.0](#openssl-40)
- [OpenSSL 3.6](#openssl-36)
- [OpenSSL 3.5](#openssl-35)
- [OpenSSL 3.4](#openssl-34)
@ -21,13 +22,16 @@ OpenSSL Releases
- [OpenSSL 1.0.0](#openssl-100)
- [OpenSSL 0.9.x](#openssl-09x)
OpenSSL 3.6
OpenSSL 4.0
-----------
### Major changes between OpenSSL 3.6 and OpenSSL 3.7 [under development]
### Major changes between OpenSSL 3.6 and OpenSSL 4.0 [under development]
* none
OpenSSL 3.6
-----------
### Major changes between OpenSSL 3.5 and OpenSSL 3.6 [under development]
This release incorporates the following potentially significant or incompatible

View File

@ -1,7 +1,7 @@
MAJOR=3
MINOR=7
MAJOR=4
MINOR=0
PATCH=0
PRE_RELEASE_TAG=dev
BUILD_METADATA=
RELEASE_DATE=""
SHLIB_VERSION=3
SHLIB_VERSION=4