From: Richard Levitte Date: Thu, 14 Jan 2016 14:26:56 +0000 (+0100) Subject: Prepare for 1.1.0-pre2 release X-Git-Tag: OpenSSL_1_1_0-pre2^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd31d02e412f80f53073a1eb776dffe06ac91746;p=oweals%2Fopenssl.git Prepare for 1.1.0-pre2 release Reviewed-by: Matt Caswell --- diff --git a/README b/README index f7e4d9b033..c6e8535a69 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre2-dev + OpenSSL 1.1.0-pre2 (alpha) 14 Jan 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 3aee5e265b..479743d598 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -32,9 +32,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x10100002L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips (alpha) 14 Jan 2016" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016" # endif /*-