summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-03 14:57:35 +0000
committerMatt Caswell <matt@openssl.org>2015-12-03 14:57:35 +0000
commitf93aad4a56a1580a109785c2c922fe6b8baf7df9 (patch)
treedd18a7e753ffbe9565f4d0dae279d66dc08e95ae /crypto/opensslv.h
parentce052c8437fb97cbc57f034fa94b5bcd749dbf52 (diff)
Prepare for 1.0.0u-dev
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 f7ec306407..3f7c741258 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 0x1000014fL
+# define OPENSSL_VERSION_NUMBER 0x10000150L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0t-fips 3 Dec 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0u-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0t 3 Dec 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0u-dev xx XXX xxxx"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT