aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-05-25 22:30:19 -0500
committerBrent Cook <busterb@gmail.com>2023-05-25 22:30:19 -0500
commit3c516f1a252c003ec09d713826c4cb587e33cdf1 (patch)
treeacbd531230f6df37eff391e2ea1c632fea4c658c
parent6d284cfca1b78e3e2547e0a60883e54c312c923e (diff)
downloadportable-3c516f1a252c003ec09d713826c4cb587e33cdf1.tar.gz
portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.tar.bz2
portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.zip
bump version
-rwxr-xr-xdist.sh2
-rw-r--r--patches/opensslv.h4
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
4rm -f man/*.[35] include/openssl/*.h 4rm -f man/*.[35] include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make -j2 distcheck 7make -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 @@
3#define HEADER_OPENSSLV_H 3#define HEADER_OPENSSLV_H
4 4
5/* These will change with each release of LibreSSL-portable */ 5/* These will change with each release of LibreSSL-portable */
6#define LIBRESSL_VERSION_NUMBER 0x3060200fL 6#define LIBRESSL_VERSION_NUMBER 0x3060300fL
7/* ^ Patch starts here */ 7/* ^ Patch starts here */
8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.2" 8#define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.3"
9 9
10/* These will never change */ 10/* These will never change */
11#define OPENSSL_VERSION_NUMBER 0x20000000L 11#define OPENSSL_VERSION_NUMBER 0x20000000L