summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
/*-