summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-15 12:08:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-15 12:08:35 +0000
commitd41ca3f0e2fbee236a098b017177cee74973bd44 (patch)
tree6012011e5eb748061088da032b568e398b269e2c /crypto/opensslv.h
parent65fc4c55bea222e4ba542b383a32bdc7534e058b (diff)
Update for next beta.
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 6fb87a27c3..fe667580f9 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 0x10000003L
+#define OPENSSL_VERSION_NUMBER 0x10000004L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta3 15 Jul 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta4-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta3 15 Jul 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta4-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT