-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
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.
diff ./curl-7.82.0/lib/libcurl.plist ./curl-7.83.0/lib/libcurl.plist
18c18
< <string>7.82.0</string>
---
> <string>7.83.0-DEV</string>
30c30
< <string>libcurl 7.82.0</string>
---
> <string>libcurl 7.83.0-DEV</string>
33c33
< <string>libcurl.plist 7.82.0</string>
---
> <string>libcurl.plist 7.83.0-DEV</string>
I believe it started with this commit:
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!
Reactions are currently unavailable