-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mingw-w64-i686-c-ares (1.33.1-1 -> 1.34.2-1) mingw-w64-i686-crt-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-headers-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-libmangle-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-libwinpthread-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-tools-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-i686-winpthreads-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-x86_64-c-ares (1.33.1-1 -> 1.34.2-1) mingw-w64-x86_64-crt-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-x86_64-git (2.47.0.1.d53e4648cb-1 -> 2.47.0.2.1f8a83cba6-1) mingw-w64-x86_64-git-doc-html (2.47.0.1.d53e4648cb-1 -> 2.47.0.2.1f8a83cba6-1) mingw-w64-x86_64-headers-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-x86_64-libmangle-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-x86_64-libwinpthread-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-x86_64-tools-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) mingw-w64-x86_64-winpthreads-git (12.0.0.r351.gcdf6b16b8-1 -> 12.0.0.r360.gac299df46-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
- Loading branch information
Git for Windows Build Agent
committed
Oct 23, 2024
1 parent
76b6bdd
commit 152162f
Showing
1,178 changed files
with
134,034 additions
and
135,032 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,14 +31,17 @@ | |
#define ARES_COPYRIGHT "2004 - 2024 Daniel Stenberg, <[email protected]>." | ||
|
||
#define ARES_VERSION_MAJOR 1 | ||
#define ARES_VERSION_MINOR 33 | ||
#define ARES_VERSION_PATCH 1 | ||
#define ARES_VERSION_MINOR 34 | ||
#define ARES_VERSION_PATCH 2 | ||
#define ARES_VERSION_STR "1.34.2" | ||
|
||
/* NOTE: We cannot make the version string a C preprocessor stringify operation | ||
* due to assumptions made by integrators that aren't properly using | ||
* pkgconf or cmake and are doing their own detection based on parsing | ||
* this header */ | ||
|
||
#define ARES_VERSION \ | ||
((ARES_VERSION_MAJOR << 16) | (ARES_VERSION_MINOR << 8) | \ | ||
(ARES_VERSION_PATCH)) | ||
#define ARES_VERSION_STR "1.33.1" | ||
|
||
#define CARES_HAVE_ARES_LIBRARY_INIT 1 | ||
#define CARES_HAVE_ARES_LIBRARY_CLEANUP 1 | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.