summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-12 16:14:35 +0100
committerMatt Caswell <matt@openssl.org>2015-06-12 16:14:35 +0100
commit54ae378c9ea0a68fbdada833f6e2dd857bcecd65 (patch)
treea2de617f8ccd2ca3ec2b5556c24bbdb0f7a640b1 /crypto/opensslv.h
parent0ee5fcde06827b041023e5a596d58da98e53740c (diff)
Prepare for 1.0.2d-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 7cc19dc510..b33edf3b5b 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -30,11 +30,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 0x1000203fL
+# define OPENSSL_VERSION_NUMBER 0x10002040L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2c-fips 12 Jun 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2d-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2c 12 Jun 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2d-dev xx XXX xxxx"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT