aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-10 14:24:22 +0000
committerMatt Caswell <matt@openssl.org>2015-12-10 14:24:22 +0000
commit278d6b3663da7f02f294481694e2bd909eb4672f (patch)
tree65281fb485a160a4fd5974124b338eaafd30e9d1
parent22c21b60afb33bf32f91560e7c29c21588429420 (diff)
downloadopenssl-278d6b3663da7f02f294481694e2bd909eb4672f.tar.gz
Prepare for 1.1.0-pre2-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 d01bf87ad5..a8235dcdf4 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015
+ OpenSSL 1.1.0-pre2-dev
Copyright (c) 1998-2015 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 8eec7736ee..3aee5e265b 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -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 0x10100001L
+# define OPENSSL_VERSION_NUMBER 0x10100002L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-fips (alpha) 10 Dec 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-dev xx XXX xxxx"
# endif
/*-