summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-20 15:40:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-20 15:40:27 +0000
commit53e97e74334b7e46668640b3b4739650222c4d8d (patch)
tree3a0508190f80ba5114d6703456e8d6ebc1801ba2 /crypto/opensslv.h
parentbc0ecd202ab37f02b9d7dd610cbb0cf98db9fb52 (diff)
update version for next beta if we have one...
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 5315e75b23..069847c0a3 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 0x10000005L
+#define OPENSSL_VERSION_NUMBER 0x10000006L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta5 20 Jan 2010"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta6-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta5 20 Jan 2010"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta6-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT