summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-02 18:28:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-02 18:28:28 +0000
commit6cf0d7b99998c0b8d3b2aa5e8ee8abcb9c60ac85 (patch)
tree7bfcdc51e2cb8e42f0ef58c84b39b3e52dd191e0 /crypto/opensslv.h
parent9d972207f0c62c8d436595f5d4950467bc753a2f (diff)
OpenSSL 1.0.1 is now in 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 d5468cc71a..3fff4c2c89 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 0x10001000L
+#define OPENSSL_VERSION_NUMBER 0x10001001L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta1-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta1-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT