summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-19 17:14:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-19 17:14:17 +0000
commitd2d09bf68c2e6a28ba7f6876869c32a7b4779885 (patch)
treee7b8ff67f52a563e6fe2b7a754f88ecda209e344 /crypto/opensslv.h
parente2dfb655f798831ffb29242ad804013ddb0c5d5b (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 1456e00d36..12a78b957d 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 0x10001002L
+#define OPENSSL_VERSION_NUMBER 0x10001003L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta2 19 Jan 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta3-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta2 19 Jan 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta3-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT