diff options
author | Brent Cook <busterb@gmail.com> | 2023-05-25 22:30:19 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-05-25 22:30:19 -0500 |
commit | 3c516f1a252c003ec09d713826c4cb587e33cdf1 (patch) | |
tree | acbd531230f6df37eff391e2ea1c632fea4c658c /patches | |
parent | 6d284cfca1b78e3e2547e0a60883e54c312c923e (diff) | |
download | portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.tar.gz portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.tar.bz2 portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.zip |
bump version
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |