From: Matt Caswell Date: Tue, 19 Apr 2016 14:57:51 +0000 (+0100) Subject: Prepare for 1.1.0-pre5 release X-Git-Tag: OpenSSL_1_1_0-pre5^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68072bcfe1cea2c8026a76b01cdc4db3c1172d9c;p=oweals%2Fopenssl.git Prepare for 1.1.0-pre5 release Reviewed-by: Rich Salz --- diff --git a/README b/README index 3ad8af2eb3..5773613c9f 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre5-dev + OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016 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 d85d1f3882..72d33f9290 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -32,9 +32,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x10100005L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips (beta) 19 Apr 2016" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016" # endif /*-