summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-08-14 14:01:59 +0100
committerMatt Caswell <matt@openssl.org>2018-08-14 14:01:59 +0100
commit8297ab58008e01f4b86c1b168118aaa3bb882234 (patch)
tree5c90ea7ae2502aab4b73caf112da77bd3e21d95f /crypto
parente71ebf275da66dfd601c92e0e80a35114c32f6f8 (diff)
Prepare for 1.0.2q-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 76a7b009d4..8509228ebf 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 0x1000210fL
+# define OPENSSL_VERSION_NUMBER 0x10002110L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2p-fips 14 Aug 2018"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2p 14 Aug 2018"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q-dev xx XXX xxxx"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT