summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-05-01 13:46:05 +0100
committerMatt Caswell <matt@openssl.org>2018-05-01 13:46:05 +0100
commita910a9e98f08c48c4ea24651a29872e71748f969 (patch)
tree712756339af1bb2b2ed71b85bd2c88a4e21ead84
parent6ec5fce25e81b44c37b37db1cde37670d6bbc678 (diff)
Prepare for 1.1.1-pre6 releaseOpenSSL_1_1_1-pre6
Reviewed-by: Rich Salz <rsalz@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 748425577b..cb321e7b4b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.1-pre6-dev
+ OpenSSL 1.1.1-pre6 (beta) 1 May 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 fc1e2b5f45..b0399bc061 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 0x10101006L
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre6-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre6 (beta) 1 May 2018"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)