summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-07 13:19:36 +0000
committerMatt Caswell <matt@openssl.org>2017-12-07 13:19:36 +0000
commite5bba24cd8bb3e5127a578b85c6edf013a38ea6d (patch)
tree5ef08a9bf3f4627b7d7037be07efa389f034ecd0 /crypto/opensslv.h
parentf3b6b413b05f8031c001fd252e0f3b5157261fcb (diff)
Prepare for 1.0.2n releaseOpenSSL_1_0_2n
Reviewed-by: Andy Polyakov <appro@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 bc9e86cca5..baee2d0865 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 0x100020e0L
+# define OPENSSL_VERSION_NUMBER 0x100020efL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2n-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2n-fips 7 Dec 2017"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2n-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2n 7 Dec 2017"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT