From 97654d7e28e2ea833a739a2dcd464a0cd726392d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 24 Feb 2014 13:52:51 +0000 Subject: Prepare for 1.0.2-beta2-dev --- crypto/opensslv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/opensslv.h') 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 -- cgit v1.2.3