aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-19 15:57:51 +0100
committerMatt Caswell <matt@openssl.org>2016-04-19 15:57:51 +0100
commit68072bcfe1cea2c8026a76b01cdc4db3c1172d9c (patch)
tree8d93d5ea05818d9f8d7201486b3558fa36b5db18 /include
parent235f9329304ab9e75e43dc5a409901fc3b3de9ca (diff)
downloadopenssl-68072bcfe1cea2c8026a76b01cdc4db3c1172d9c.tar.gz
Prepare for 1.1.0-pre5 releaseOpenSSL_1_1_0-pre5
Reviewed-by: Rich Salz <rsalz@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 d85d1f3882..72d33f9290 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -32,9 +32,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x10100005L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips (beta) 19 Apr 2016"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016"
# endif
/*-