summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-03 11:50:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-03 11:50:59 +0000
commitfa3619f2331ad1908c3e97d7f24594f0bfdc74da (patch)
tree8b5b6824b6f2858d746498b58f61a727f9bf0ccb /crypto/opensslv.h
parenta414cbcad3b8c45e2cd6b6eef01613ab9e1c2aa6 (diff)
Update version info, fix typo.
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 e69a502eb4..df20991063 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 0x10000001L
+#define OPENSSL_VERSION_NUMBER 0x10000002L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta1 xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta2-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta1 xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta2-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT