From 5d5b1ddc4dc2f18052a9f37d0985d2cbbf2110b9 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Tue, 14 Jan 2020 02:48:51 +0000 Subject: bump to 3.1.0 --- src/lib/libcrypto/opensslv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index a32b0b2539..7fcd0a35db 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.55 2019/10/10 14:29:20 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.56 2020/01/14 02:48:51 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3000200fL +#define LIBRESSL_VERSION_NUMBER 0x3010000fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.0.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb