summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-21 22:27:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-21 22:27:41 +0000
commit461be68b752e28d399ad0d48b2fd7b8ca72608aa (patch)
tree8ace94fabe7abc80f26305b1de17435d0de0f225 /crypto/opensslv.h
parent21fb688d264f1c87f1a5bc79dec27bd0f05d3766 (diff)
Change version to beta3-dev
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 d85775cbd5..fce4098ea9 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 0x10000002L
+#define OPENSSL_VERSION_NUMBER 0x10000003L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta2 21 Apr 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta3-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta2 21 Apr 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta3-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT