summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-02-24 13:52:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-02-24 13:52:51 +0000
commit97654d7e28e2ea833a739a2dcd464a0cd726392d (patch)
tree649f0a95ba2a157dae7d953a5dd5252522209577 /crypto/opensslv.h
parent94f416601754dbe65e287f8e1eca01fa32f74a7a (diff)
Prepare for 1.0.2-beta2-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 a687234ca3..74ab15e743 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 0x10002001L
+#define OPENSSL_VERSION_NUMBER 0x10002002L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-fips 24 Feb 2014"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta2-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1 24 Feb 2014"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta2-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT