summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-11 14:55:38 +0100
committerMatt Caswell <matt@openssl.org>2015-06-11 14:55:38 +0100
commit7b560c174dcd569795f5be66e0c091d1be440614 (patch)
tree8a0873f047f0d3c0a85943261ea6d0ce33111d28 /crypto/opensslv.h
parentc26bfada81c7c884bda409ce191e687c1760aa89 (diff)
Prepare for 1.0.2b releaseOpenSSL_1_0_2b
Reviewed-by: Stephen Henson <steve@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 654f72dc8c..e6f991cfb8 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 0x10002020L
+# define OPENSSL_VERSION_NUMBER 0x1000202fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2b-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2b-fips 11 Jun 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2b-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2b 11 Jun 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT