summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-11 15:13:36 +0100
committerMatt Caswell <matt@openssl.org>2015-06-11 15:13:36 +0100
commita06ec5a26fdb24fd829abef54422d94521ddd14a (patch)
tree4cf9d57efc402197cd00c401a1c4ce6a69db3194 /crypto/opensslv.h
parent62bbfe036da827d7347ed15db2974cac7ebca6ab (diff)
Prepare for 1.0.0s releaseOpenSSL_1_0_0s
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 b5a8d275d5..d56033e91e 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 0x10000130L
+# define OPENSSL_VERSION_NUMBER 0x1000013fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0s-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0s-fips 11 Jun 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0s-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0s 11 Jun 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT