mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
bump version
This commit is contained in:
2
dist.sh
2
dist.sh
@@ -4,4 +4,4 @@ set -e
|
||||
rm -f man/*.[35] include/openssl/*.h
|
||||
./autogen.sh
|
||||
./configure
|
||||
make -j2 distcheck
|
||||
make -j4 distcheck
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user