From 22c21b60afb33bf32f91560e7c29c21588429420 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 10 Dec 2015 14:23:10 +0000 Subject: [PATCH] Prepare for 1.1.0-pre1 release Reviewed-by: Richard Levitte --- README | 2 +- include/openssl/opensslv.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 /*- -- 2.34.1