summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-03 14:56:22 +0000
committerMatt Caswell <matt@openssl.org>2015-12-03 14:56:22 +0000
commitce052c8437fb97cbc57f034fa94b5bcd749dbf52 (patch)
tree9a1b74b8783851a43ed81e5a019474e645a39f5f /crypto/opensslv.h
parenta402b2b7bcff8d6901aa771e49c45cf38836e7bf (diff)
Prepare for 1.0.0t releaseOpenSSL_1_0_0t
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 5f79fb0ec9..f7ec306407 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -26,11 +26,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x10000140L
+# define OPENSSL_VERSION_NUMBER 0x1000014fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0t-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0t-fips 3 Dec 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0t-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0t 3 Dec 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT