Prepare for 1.1.0-pre6-dev
authorMatt Caswell <matt@openssl.org>
Tue, 19 Apr 2016 14:58:45 +0000 (15:58 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Apr 2016 14:58:45 +0000 (15:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
README
include/openssl/opensslv.h

diff --git a/README b/README
index 5773613c9fc75a3455d7a0153888fa152ed3c9d4..edcf59e7387ef4a302a41b58ea9ec244caff64c3 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016
+ OpenSSL 1.1.0-pre6-dev
 
  Copyright (c) 1998-2016 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
index 72d33f9290977e1d929b5c2deb60c25c2f9ccd1d..bfb87a64940bd3713b40655c7a1aed00ce928356 100644 (file)
@@ -30,11 +30,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  0x10100005L
+# define OPENSSL_VERSION_NUMBER  0x10100006L
 # ifdef OPENSSL_FIPS
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre5-fips (beta) 19 Apr 2016"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre6-fips-dev  xx XXX xxxx"
 # else
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre6-dev  xx XXX xxxx"
 # endif
 
 /*-