From: Patrick Monnerat Date: Tue, 21 Jul 2015 12:01:19 +0000 (+0200) Subject: libcurl: VERSIONINFO update X-Git-Tag: curl-7_44_0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df8d283817156156696fcf45133b31d10d94702;p=thirdparty%2Fcurl.git libcurl: VERSIONINFO update Addition of new procedures curl_pushheader_bynum and curl_pushheader_byname requires VERSIONINFO updating. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index a2c3dc56c7..ef8d124e7f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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,