bump version

This commit is contained in:
Brent Cook
2023-05-25 22:30:19 -05:00
parent 6d284cfca1
commit 3c516f1a25
2 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ set -e
rm -f man/*.[35] include/openssl/*.h
./autogen.sh
./configure
make -j2 distcheck
make -j4 distcheck

View File

@@ -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