[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Tue May 29 12:33:09 UTC 2018
The branch master has been updated
via fa9a08780a20c9801fee2b7767c2851f5ab9c16c (commit)
via 77cdad318446ca8ea2ba8294d9e70891b59503e2 (commit)
from 83cf7abf8e9abbd4d0b68c63dc1cb43374aafe63 (commit)
- Log -----------------------------------------------------------------
commit fa9a08780a20c9801fee2b7767c2851f5ab9c16c
Author: Matt Caswell <matt at openssl.org>
Date: Tue May 29 13:22:05 2018 +0100
Prepare for 1.1.1-pre8-dev
Reviewed-by: Richard Levitte <levitte at openssl.org>
commit 77cdad318446ca8ea2ba8294d9e70891b59503e2
Author: Matt Caswell <matt at openssl.org>
Date: Tue May 29 13:20:01 2018 +0100
Prepare for 1.1.1-pre7 release
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
include/openssl/opensslv.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 1942f7b..b1b615b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.1-pre7-dev
+ OpenSSL 1.1.1-pre8-dev
Copyright (c) 1998-2018 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 c970c18..dd95416 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,8 +39,8 @@ 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 0x10101007L
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre7-dev xx XXX xxxx"
+# define OPENSSL_VERSION_NUMBER 0x10101008L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre8-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)
More information about the openssl-commits
mailing list