summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-02 14:30:01 +0000
committerMatt Caswell <matt@openssl.org>2017-11-02 14:30:01 +0000
commit382253938fd95d8ac65c56ba74b5cf95b05f6ebf (patch)
tree5c25826e3274ea434d1aabc7e4500135485691f5 /include
parentb2758a2292aceda93e9f44c219b94fe21bb9a650 (diff)
Prepare for 1.1.0h-dev
Reviewed-by: Andy Polyakov <appro@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 0cce764d07..47cb0bfe8a 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 0x1010007fL
+# define OPENSSL_VERSION_NUMBER 0x10100080L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-fips 2 Nov 2017"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0h-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g 2 Nov 2017"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0h-dev xx XXX xxxx"
# endif
/*-