summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-19 16:53:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-19 16:53:43 +0000
commite7d2a37158eb2d4b66af983741eb66926e9941ce (patch)
tree7e10379523ab0cb3be3f277acb55a8ce4b6cf1b9 /crypto/opensslv.h
parent531c6fc8f3bc6c8413a1604562934fa77e49c39f (diff)
update for next version
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 20e889e851..6c5d6f1413 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 0x1000101fL
+#define OPENSSL_VERSION_NUMBER 0x10001020L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a-fips 19 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a 19 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT