diff options
author | Matt Caswell <matt@openssl.org> | 2016-04-19 16:58:45 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-04-19 16:58:45 +0200 |
commit | d979e7f56715d33d4bee0805d0a01ef83886117d (patch) | |
tree | 68dad34db8138f749d95e58b1b8e597ce8f92ad3 | |
parent | Prepare for 1.1.0-pre5 release (diff) | |
download | openssl-d979e7f56715d33d4bee0805d0a01ef83886117d.tar.xz openssl-d979e7f56715d33d4bee0805d0a01ef83886117d.zip |
Prepare for 1.1.0-pre6-dev
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | include/openssl/opensslv.h | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016 + OpenSSL 1.1.0-pre6-dev 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 72d33f9290..bfb87a6494 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -30,11 +30,11 @@ extern "C" { * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -# define OPENSSL_VERSION_NUMBER 0x10100005L +# define OPENSSL_VERSION_NUMBER 0x10100006L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips (beta) 19 Apr 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6-fips-dev xx XXX xxxx" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5 (beta) 19 Apr 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre6-dev xx XXX xxxx" # endif /*- |