summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-26 13:11:26 +0000
committerMatt Caswell <matt@openssl.org>2017-01-26 13:11:26 +0000
commitfa7130eb6832bcdccb335dd0f6bb535fe9a3e868 (patch)
treedb63e54eed383365229a9bdba2f798c804eaae47 /include
parent8a4d96ac8227f39043735faa9e9a30e22818f5e8 (diff)
Prepare for 1.1.0e-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-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 445f6fa875..098c9576af 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 0x1010004fL
+# define OPENSSL_VERSION_NUMBER 0x10100050L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0d-fips 26 Jan 2017"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0d 26 Jan 2017"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-dev xx XXX xxxx"
# endif
/*-