Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 88df2c0

Browse files
committed
Prepare for release of 3.0 alpha 13
Reviewed-by: Richard Levitte <[email protected]>
1 parent 8020d79 commit 88df2c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OpenSSL Releases
2121
OpenSSL 3.0
2222
-----------
2323

24-
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
24+
### Changes between 1.1.1 and 3.0 alpha 13 [11 Mar 2021]
2525

2626
* Windows thread synchronization uses read/write primitives (SRWLock) when
2727
supported by the OS, otherwise CriticalSection continues to be used.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ OpenSSL Releases
1818
OpenSSL 3.0
1919
-----------
2020

21-
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development]
21+
### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 alpha 13 [in pre-release]
2222

2323
* Changed the license to the Apache License v2.0.
2424
* Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2,

VERSION.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAJOR=3
22
MINOR=0
33
PATCH=0
4-
PRE_RELEASE_TAG=alpha13-dev
4+
PRE_RELEASE_TAG=alpha13
55
BUILD_METADATA=
6-
RELEASE_DATE=""
6+
RELEASE_DATE="11 Mar 2021"
77
SHLIB_VERSION=3

0 commit comments

Comments
 (0)