summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-10 14:23:10 +0000
committerMatt Caswell <matt@openssl.org>2015-12-10 14:23:10 +0000
commit22c21b60afb33bf32f91560e7c29c21588429420 (patch)
tree90b99f68d089ad4d0ffe173d325ff29a66dfd231
parentac7f47dce13bf82d1279c0fe2affa07afbe81e06 (diff)
Prepare for 1.1.0-pre1 releaseOpenSSL_1_1_0-pre1
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 741d545e9d..d01bf87ad5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre1-dev (alpha)
+ OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015
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 c6c236443b..8eec7736ee 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -32,9 +32,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x10100001L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-fips-dev (alpha) xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-fips (alpha) 10 Dec 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-dev (alpha) xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015"
# endif
/*-