summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentac7f47dce13bf82d1279c0fe2affa07afbe81e06 (diff)
Prepare for 1.1.0-pre1 releaseOpenSSL_1_1_0-pre1
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/opensslv.h4
1 files changed, 2 insertions, 2 deletions
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
/*-