diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-12-04 14:58:45 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-12-04 14:58:45 +0100 |
| commit | 6ef91e26588fb3985eaa521c86d2ce2dcb2eabf1 (patch) | |
| tree | 67b98dc117f6d799f3ac8fb2b8cdedf8a1226051 /vendor/curl/curl.odin | |
| parent | be943e97576e844e2e38ba3dc1d2741052fc254d (diff) | |
Update curl bindings to 8.17dev-2025-12a
Diffstat (limited to 'vendor/curl/curl.odin')
| -rw-r--r-- | vendor/curl/curl.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/curl/curl.odin b/vendor/curl/curl.odin index ff14944b6..073927dc6 100644 --- a/vendor/curl/curl.odin +++ b/vendor/curl/curl.odin @@ -68,7 +68,7 @@ VERSION_PATCH :: 0 CURL_VERSION_BITS() macro since curl's own configure script greps for it and needs it to contain the full number. */ -VERSION_NUM :: 0x080f00 +VERSION_NUM :: 0x081100 /* * This is the date and time when the full source package was created. The @@ -79,7 +79,7 @@ VERSION_NUM :: 0x080f00 * * "2007-11-23" */ -TIMESTAMP :: "2025-07-16" +TIMESTAMP :: "2025-11-05" /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |