From: Richard Levitte Date: Mon, 15 Feb 2016 18:37:42 +0000 (+0100) Subject: Prepare for 1.1.0-pre4-dev X-Git-Tag: OpenSSL_1_1_0-pre4~659 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4fb3b3942598fe7a2bed06710ed6e30e4f6f419;p=oweals%2Fopenssl.git Prepare for 1.1.0-pre4-dev Reviewed-by: Stephen Henson --- diff --git a/README b/README index 768f7fabe1..a0d434f6aa 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016 + OpenSSL 1.1.0-pre4-dev Copyright (c) 1998-2016 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 3076570232..05ea50df56 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/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 0x10100003L +# define OPENSSL_VERSION_NUMBER 0x10100004L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips (alpha) 15 Feb 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-fips-dev xx XXX xxxx" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-dev xx XXX xxxx" # endif /*-