summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-02 14:29:01 +0000
committerMatt Caswell <matt@openssl.org>2017-11-02 14:29:01 +0000
commitb2758a2292aceda93e9f44c219b94fe21bb9a650 (patch)
treea458792c62175f09e8c6ff9dce286b3eec74d1d7 /include
parent6190960c263af2533cba8660580b71849ad6699b (diff)
Prepare for 1.1.0g releaseOpenSSL_1_1_0g
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 ae567057cf..0cce764d07 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 0x10100070L
+# define OPENSSL_VERSION_NUMBER 0x1010007fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-fips 2 Nov 2017"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0g 2 Nov 2017"
# endif
/*-