You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git tag --contains e498a9b1fe5964a18eb2a3a99dc52160d2768261
curl-7_83_0
curl-7_83_1
curl-7_84_0
curl-7_85_0
curl-7_86_0
commit e498a9b1fe5964a18eb2a3a99dc52160d2768261
Author: Daniel Gustafsson <daniel@yesql.se>
Date: Wed Apr 20 15:26:13 2022 +0200
macos: set .plist version in autoconf
Set the libcurl version in libcurl.plist like how libcurl.vers is
created.
Closes: #8692
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Nick Zitzmann <nickzman@gmail.com>
curl/libcurl version
7.83.0+
operating system
N/A
Thanks!
The text was updated successfully, but these errors were encountered:
Follow-up to e498a9b
Make sure the tarball gets a version of the libcurl.plist file that is
updated with the new version string.
Reported-by: jvreelanda on github
Fixes#9866
I did this
Downloaded a curl release at version after 7.83.0 and checked the version strings.
I expected the following
To see a version in the libcurl.plist without
-DEV
it seems to be stripped from the other instances of the version string in curl.I believe it started with this commit:
curl/libcurl version
7.83.0+
operating system
N/A
Thanks!
The text was updated successfully, but these errors were encountered: