summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-03-16 18:21:17 +0100
committerRichard Levitte <richard@levitte.org>2016-03-16 18:21:17 +0100
commite711d13af3e3bee1c6423c27eeb48ad4921d4fc3 (patch)
treeae17c5b4c53677095452c8e21c3abc806f78d7fd
parentc521edc3a12042701b2dda93e6bb9855e351c929 (diff)
Prepare for 1.1.0-pre4 releaseOpenSSL_1_1_0-pre4
Reviewed-by: Emilia Käsper <emilia@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 a0d434f6aa..c669eb4575 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre4-dev
+ OpenSSL 1.1.0-pre4 (beta) 16 Mar 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 9a06bdd1dc..73de0233ce 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -32,9 +32,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x10100004L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-fips (beta) 16 Mar 2016"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4 (beta) 16 Mar 2016"
# endif
/*-