From: Richard Levitte Date: Wed, 16 Mar 2016 17:21:46 +0000 (+0100) Subject: Prepare for 1.1.0-pre5-dev X-Git-Tag: OpenSSL_1_1_0-pre5~352 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37d42aae2e40354ee0c5e077f09c8aed5b3132d2;p=oweals%2Fopenssl.git Prepare for 1.1.0-pre5-dev Reviewed-by: Emilia Käsper --- diff --git a/README b/README index c669eb4575..3e291d2159 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre4 (beta) 16 Mar 2016 + OpenSSL 1.1.0-pre5-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 73de0233ce..d85d1f3882 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 0x10100004L +# define OPENSSL_VERSION_NUMBER 0x10100005L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-fips (beta) 16 Mar 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips-dev xx XXX xxxx" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4 (beta) 16 Mar 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-dev xx XXX xxxx" # endif /*-