Prepare for 1.1.0-pre5 release

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell 2016-04-19 15:57:51 +01:00
parent 235f932930
commit 68072bcfe1
2 changed files with 3 additions and 3 deletions

2
README
View file

@ -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

View file

@ -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
/*-