summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-04 15:00:44 +0100
committerMatt Caswell <matt@openssl.org>2016-08-04 15:00:44 +0100
commit2f554efe20d1fe05b242f41f593362965ae89912 (patch)
tree8bec354e89c920f07c5029a54cec1d38765c2a19
parenta3507a11070868d6c10f1b5b3408e9c2634da29f (diff)
Prepare for 1.1.0-pre6 releaseOpenSSL_1_1_0-pre6
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--README2
-rw-r--r--include/openssl/opensslv.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 7e623a13e0..3bd9f0b8d2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre6-dev
+ OpenSSL 1.1.0-pre6 (beta) 4 Aug 2016
Copyright (c) 1998-2016 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 2dd067f8d0..8bddb1dba7 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -41,9 +41,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x10100006L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6-fips (beta) 4 Aug 2016"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6 (beta) 4 Aug 2016"
# endif
/*-