Skip to content

Commit

Permalink
Prepare for release of 3.0.0
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
  • Loading branch information
levitte committed Sep 7, 2021
1 parent ef8d663 commit 89cd17a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ breaking changes, and mappings for the large list of deprecated functions.

[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod

### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
### Changes between 1.1.1 and 3.0.0 [7 sep 2021]

* TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSION constants are now
deprecated.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OpenSSL Releases
OpenSSL 3.0
-----------

### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [7 sep 2021]

* Enhanced 'openssl list' with many new options.
* Added migration guide to man7.
Expand Down
4 changes: 2 additions & 2 deletions VERSION.dat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=0
PATCH=0
PRE_RELEASE_TAG=beta3-dev
PRE_RELEASE_TAG=
BUILD_METADATA=
RELEASE_DATE=""
RELEASE_DATE="7 sep 2021"
SHLIB_VERSION=3

0 comments on commit 89cd17a

Please sign in to comment.