diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2017-12-11 11:04:05 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2017-12-11 11:04:05 +0000 |
commit | 018e9df7a0236fb8ba9007c41de8ee60a8fbf19f (patch) | |
tree | ed38ba37aefec2552ce5ff07d4ff3c00006ce5b8 | |
parent | 57ed854c257b95388c5f760f7929abcc6f7a1550 (diff) |
bump to 2.7.0
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index c918a33b80f..753d15b5b24 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.43 2017/09/26 14:23:20 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.44 2017/12/11 11:04:04 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2060300fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.3" +#define LIBRESSL_VERSION_NUMBER 0x2070000fL +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.7.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |