summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-04 15:02:43 +0100
committerMatt Caswell <matt@openssl.org>2016-08-04 15:02:43 +0100
commit81dd99902869c666932ece1e5a39d3b18f2f4b04 (patch)
tree6707f8855d0475524655ba6fafcb97630a667a7b
parent2f554efe20d1fe05b242f41f593362965ae89912 (diff)
Prepare for 1.1.0-pre7-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--README2
-rw-r--r--include/openssl/opensslv.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 3bd9f0b8d2..a4026ef3eb 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre6 (beta) 4 Aug 2016
+ OpenSSL 1.1.0-pre7-dev
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 8bddb1dba7..1abd522b7b 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,11 +39,11 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x10100006L
+# define OPENSSL_VERSION_NUMBER 0x10100007L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6-fips (beta) 4 Aug 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre7-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6 (beta) 4 Aug 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre7-dev xx XXX xxxx"
# endif
/*-