summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-16 11:59:36 +0000
committerMatt Caswell <matt@openssl.org>2017-02-16 11:59:36 +0000
commitffb1e659b2546cb704ef56ae01176b9062ef1c6f (patch)
tree17684c2b17d69e62011bfe7962e732eb11204cc7 /include
parent0453163e9a9052884cce288ff3e2acb77725a239 (diff)
Prepare for 1.1.0f-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 9d6708fa8b..cffeb01eaf 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 0x1010005fL
+# define OPENSSL_VERSION_NUMBER 0x10100060L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-fips 16 Feb 2017"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e 16 Feb 2017"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0f-dev xx XXX xxxx"
# endif
/*-