summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-20 15:00:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-20 15:00:49 +0000
commitb307daa23f6da9a808b015511383d4b36c48e5b0 (patch)
tree5b79f211a454a0e8747af3c193fa4e49cec3670e /crypto/opensslv.h
parent4c95b1bfdadb6cf9dd1beb0680b2acd5f44a9730 (diff)
Prepare for beta5 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 5b4a6d9fa4..5315e75b23 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 0x10000004L
+#define OPENSSL_VERSION_NUMBER 0x10000005L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta4 10 Nov 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta5 20 Jan 2010"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta4 10 Nov 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta5 20 Jan 2010"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT