summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-02-15 19:37:20 +0100
committerRichard Levitte <richard@levitte.org>2016-02-15 19:37:20 +0100
commitc2bbf058736b8cb5b32e78a50d1410fa34cc8284 (patch)
treec3c92991449afe25bc1faeef0de4ca3620c46a60
parentc35f5c3d3a557288b6c7dcaa17dbbc5916e3e263 (diff)
Prepare for 1.1.0-pre3 releaseOpenSSL_1_1_0-pre3
Reviewed-by: Stephen Henson <steve@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 ead73fce07..768f7fabe1 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre3-dev
+ OpenSSL 1.1.0-pre3 (alpha) 15 Feb 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 da093d6cbc..3076570232 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -32,9 +32,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x10100003L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips (alpha) 15 Feb 2016"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016"
# endif
/*-