]> granicus.if.org Git - curl/commitdiff
libcurl: VERSIONINFO update
authorPatrick Monnerat <pm@datasphere.ch>
Tue, 21 Jul 2015 12:01:19 +0000 (14:01 +0200)
committerPatrick Monnerat <pm@datasphere.ch>
Tue, 21 Jul 2015 12:01:19 +0000 (14:01 +0200)
Addition of new procedures curl_pushheader_bynum and curl_pushheader_byname
requires VERSIONINFO updating.

lib/Makefile.am

index a2c3dc56c72b0a686e5f89171ab3a83fa649419c..ef8d124e7fadf1340c45a8732d306e5c49ace695 100644 (file)
@@ -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,