From: Matt Caswell Date: Thu, 10 Dec 2015 14:23:10 +0000 (+0000) Subject: Prepare for 1.1.0-pre1 release X-Git-Tag: OpenSSL_1_1_0-pre1^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=22c21b60afb33bf32f91560e7c29c21588429420;p=oweals%2Fopenssl.git Prepare for 1.1.0-pre1 release Reviewed-by: Richard Levitte --- diff --git a/README b/README index 741d545e9d..d01bf87ad5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre1-dev (alpha) + OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015 Copyright (c) 1998-2015 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 c6c236443b..8eec7736ee 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -32,9 +32,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x10100001L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-fips-dev (alpha) xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-fips (alpha) 10 Dec 2015" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1-dev (alpha) xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015" # endif /*-