From 506c1068801fdeef5cb00f2053854bf56150fb6d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 19 Mar 2015 13:38:37 +0000 Subject: Prepare for 1.0.1m release Reviewed-by: Richard Levitte --- 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 dbb6a57db5..daf3905dfb 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 0x100010d0L +# define OPENSSL_VERSION_NUMBER 0x100010dfL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m-fips-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m-fips 19 Mar 2015" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m 19 Mar 2015" # endif # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -- cgit v1.2.3