From e7810867d3cb5c68ab8cb958e6b4502c614d2d85 Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 9 May 2020 15:21:25 +0000 Subject: now that 3.1.1 is out the door as a stable release bump the development version to 3.2.0 --- src/lib/libcrypto/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/opensslv.h b/src/lib/libcrypto/opensslv.h index b840f771fa..8d3ec2551a 100644 --- a/src/lib/libcrypto/opensslv.h +++ b/src/lib/libcrypto/opensslv.h @@ -1,11 +1,11 @@ -/* $OpenBSD: opensslv.h,v 1.57 2020/05/06 15:45:22 tb Exp $ */ +/* $OpenBSD: opensslv.h,v 1.58 2020/05/09 15:21:25 beck Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ #define LIBRESSL_VERSION_NUMBER 0x3010100fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.1.1" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.2.0" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb