mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
libcurl: VERSIONINFO update
Addition of new procedures curl_pushheader_bynum and curl_pushheader_byname requires VERSIONINFO updating.
This commit is contained in:
parent
fa0eeedf35
commit
1df8d28381
@ -80,9 +80,9 @@ if SONAME_BUMP
|
||||
#
|
||||
# This conditional soname bump SHOULD be removed at next "proper" bump.
|
||||
#
|
||||
VERSIONINFO=-version-info 8:0:3
|
||||
VERSIONINFO=-version-info 9:0:4
|
||||
else
|
||||
VERSIONINFO=-version-info 7:0:3
|
||||
VERSIONINFO=-version-info 8:0:4
|
||||
endif
|
||||
|
||||
# This flag accepts an argument of the form current[:revision[:age]]. So,
|
||||
|
Loading…
Reference in New Issue
Block a user