summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-26 12:01:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-26 12:01:38 +0000
commitc940e07014fc135c95e0e81a126a0ece9adf45c5 (patch)
treed8b8612270100379b77d6f7e06ef9cecb036e840 /crypto
parent88be4ebfbc2457881de43bacc1f38a0bce4420b0 (diff)
prepare for next version
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 9e865570ae..a767020892 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 0x1000102fL
+#define OPENSSL_VERSION_NUMBER 0x10001030L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-fips 26 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b 26 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1c-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT