summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2018-04-17 15:32:02 +0200
committerRichard Levitte <richard@levitte.org>2018-04-17 15:32:02 +0200
commit4ff3df161c8b0caf0acac2e0a19980ccd4173a66 (patch)
tree8af65a674733b4d8ef72acf11a0cd661003dd8a6
parent28428130db13fe5d1b956a622747db2e0e0b1458 (diff)
Prepare for 1.1.1-pre5 releaseOpenSSL_1_1_1-pre5
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--README2
-rw-r--r--include/openssl/opensslv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 694411d034..8272d609a6 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.1-pre5-dev
+ OpenSSL 1.1.1-pre5 (beta) 17 Apr 2018
Copyright (c) 1998-2018 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 241856dfb3..8284659695 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -40,7 +40,7 @@ extern "C" {
* major minor fix final patch/beta)
*/
# define OPENSSL_VERSION_NUMBER 0x10101005L
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre5-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre5 (beta) 17 Apr 2018"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)