aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-01-14 15:26:56 +0100
committerRichard Levitte <richard@levitte.org>2016-01-14 15:26:56 +0100
commitbd31d02e412f80f53073a1eb776dffe06ac91746 (patch)
treea6e9202144efacf146d7509c609e7dce569caa7b /include
parent58add8967f92a0b682da287cc885f963648d9a69 (diff)
downloadopenssl-bd31d02e412f80f53073a1eb776dffe06ac91746.tar.gz
Prepare for 1.1.0-pre2 releaseOpenSSL_1_1_0-pre2
Reviewed-by: Matt Caswell <matt@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 3aee5e265b..479743d598 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -32,9 +32,9 @@ extern "C" {
*/
# define OPENSSL_VERSION_NUMBER 0x10100002L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips (alpha) 14 Jan 2016"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016"
# endif
/*-