summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-10 14:03:42 +0000
committerMatt Caswell <matt@openssl.org>2016-11-10 14:03:42 +0000
commit91eaf079b7430cb4ebb7f3ccabe74aa383b27c4e (patch)
tree073190a8723870e6933591cccac6171e6fa0b5db /include
parentb263c106de0137d6f49fdf34cf4a3958c4d13c6a (diff)
Prepare for 1.1.0c releaseOpenSSL_1_1_0c
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 4792f69978..2d54b69b69 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 0x10100030L
+# define OPENSSL_VERSION_NUMBER 0x1010003fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0c-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0c-fips 10 Nov 2016"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0c-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0c 10 Nov 2016"
# endif
/*-