diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-06 21:30:59 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-06 21:30:59 -0600 |
commit | 42dff66511fc63e7461f3043c49f1c90f3b5115b (patch) | |
tree | c94e254b23dcaeefd1edc0969a210b37cbd06751 | |
parent | dc0d4bbb19dbca0e51c10f144b04f35b0ba6ffb2 (diff) | |
download | portable-3.6.2.tar.gz portable-3.6.2.tar.bz2 portable-3.6.2.zip |
bump versionv3.6.2
-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 8810842..dc38457 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 0x3060100fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3060200fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.1" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.2" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |