From: Richard Levitte Date: Mon, 15 Feb 2016 18:37:20 +0000 (+0100) Subject: Prepare for 1.1.0-pre3 release X-Git-Tag: OpenSSL_1_1_0-pre3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d82c67c08de6ec3bc044ee5a658bffc0054a1c07;p=oweals%2Fopenssl.git Prepare for 1.1.0-pre3 release Reviewed-by: Stephen Henson --- diff --git a/README b/README index ead73fce07..768f7fabe1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre3-dev + OpenSSL 1.1.0-pre3 (alpha) 15 Feb 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 da093d6cbc..3076570232 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -32,9 +32,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x10100003L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips (alpha) 15 Feb 2016" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016" # endif /*-