From 6389c0a37436910e6333887476a90de9e82019c5 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sat, 9 May 2020 15:21:26 +0000 Subject: now that 3.1.1 is out the door as a stable release bump the development version to 3.2.0 --- lib/libcrypto/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index b840f771fa4..8d3ec2551a5 100644 --- a/lib/libcrypto/opensslv.h +++ b/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