From 3c516f1a252c003ec09d713826c4cb587e33cdf1 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 25 May 2023 22:30:19 -0500 Subject: bump version --- dist.sh | 2 +- patches/opensslv.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist.sh b/dist.sh index 9a2f001..e367038 100755 --- a/dist.sh +++ b/dist.sh @@ -4,4 +4,4 @@ set -e rm -f man/*.[35] include/openssl/*.h ./autogen.sh ./configure -make -j2 distcheck +make -j4 distcheck diff --git a/patches/opensslv.h b/patches/opensslv.h index dc38457..5975765 100644 --- a/patches/opensslv.h +++ b/patches/opensslv.h @@ -3,9 +3,9 @@ #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x3060200fL +#define LIBRESSL_VERSION_NUMBER 0x3060300fL /* ^ Patch starts here */ -#define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.2" +#define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.3" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb