summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-26 10:40:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-26 10:40:39 +0000
commiteffa47b80a63bb2462f1880ed74cc2ddc6e15d90 (patch)
tree0b050dc199fe58bc2571fc11dbf9269d3d909a01 /crypto/opensslv.h
parent067400b16e79135d546954b464cb70b4432f6aa2 (diff)
prepare for 1.0.1b release
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 6c5d6f1413..9e865570ae 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x10001020L
+#define OPENSSL_VERSION_NUMBER 0x1000102fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-fips 26 Apr 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b 26 Apr 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT