summaryrefslogtreecommitdiffstats
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-26 13:10:20 +0000
committerMatt Caswell <matt@openssl.org>2017-01-26 13:10:20 +0000
commit8a4d96ac8227f39043735faa9e9a30e22818f5e8 (patch)
tree9877445e740f2e391df863bbed943b45dc1193d2 /include/openssl/opensslv.h
parent09272c56f14bcce1ae15bd902ab395a8fc71deee (diff)
Prepare for 1.1.0d releaseOpenSSL_1_1_0d
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include/openssl/opensslv.h')
-rw-r--r--include/openssl/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 660408c86a..445f6fa875 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,11 +39,11 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x10100040L
+# define OPENSSL_VERSION_NUMBER 0x1010004fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0d-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0d-fips 26 Jan 2017"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0d-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0d 26 Jan 2017"
# endif
/*-