From 06aab26874279547da6e2c877ad84c849fcb8ac0 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 22 Jan 2015 16:16:24 +0000 Subject: Prepare for 1.0.2a-dev Reviewed-by: Stephen Henson --- 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 e277caee89..f0a9432ece 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -30,11 +30,11 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x1000200fL +# define OPENSSL_VERSION_NUMBER 0x10002010L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-fips 22 Jan 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2a-fips-dev xx XXX xxxx" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2 22 Jan 2015" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2a-dev xx XXX xxxx" # endif # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -- cgit v1.2.3