From: Daniel Stenberg Date: Thu, 8 Nov 2012 19:25:08 +0000 (+0100) Subject: libcurl: VERSIONINFO update X-Git-Tag: upstream/7.37.1~2523 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18c0e9bd71009792982dc6cf518427c13c8674a0;p=platform%2Fupstream%2Fcurl.git libcurl: VERSIONINFO update Since we added the curl_multi_wait function, the VERSIONINFO needed updating. Reported by: Patrick Monnerat --- diff --git a/lib/Makefile.am b/lib/Makefile.am index f00b143..acfa5a6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -99,9 +99,9 @@ if SONAME_BUMP # # This conditional soname bump SHOULD be removed at next "proper" bump. # -VERSIONINFO=-version-info 7:0:2 +VERSIONINFO=-version-info 8:0:3 else -VERSIONINFO=-version-info 6:0:2 +VERSIONINFO=-version-info 7:0:3 endif # This flag accepts an argument of the form current[:revision[:age]]. So,