Skip to content

Commit

Permalink
Prepare for release of 3.3 alpha 1
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Release: yes
  • Loading branch information
levitte committed Mar 20, 2024
1 parent 529d8e3 commit 9010cc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -26,7 +26,7 @@ OpenSSL Releases
OpenSSL 3.3
-----------

### Changes between 3.2 and 3.3 [xx XXX xxxx]
### Changes between 3.2 and 3.3 alpha 1 [20 Mar 2024]

* The BIO_get_new_index() function can only be called 127 times before it
reaches its upper bound of BIO_TYPE_MASK. It will now correctly return an
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -21,7 +21,7 @@ OpenSSL Releases
OpenSSL 3.3
-----------

### Major changes between OpenSSL 3.2 and OpenSSL 3.3 [under development]
### Major changes between OpenSSL 3.2 and OpenSSL 3.3 alpha 1 [in pre-release]

* Added exporter for CMake on Unix and Windows, alongside the pkg-config
exporter.
Expand Down
4 changes: 2 additions & 2 deletions VERSION.dat
@@ -1,7 +1,7 @@
MAJOR=3
MINOR=3
PATCH=0
PRE_RELEASE_TAG=dev
PRE_RELEASE_TAG=alpha1
BUILD_METADATA=
RELEASE_DATE=""
RELEASE_DATE="20 Mar 2024"
SHLIB_VERSION=3

0 comments on commit 9010cc0

Please sign in to comment.