summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2015-07-21 14:01:19 +0200
committerPatrick Monnerat <pm@datasphere.ch>2015-07-21 14:01:19 +0200
commit1df8d283817156156696fcf45133b31d10d94702 (patch)
tree7eb4e9d5f0cbc89aedacd8bcde663dac0c922ff5 /lib/Makefile.am
parentfa0eeedf3542f10ea39c71908f3ed0fe6224ec05 (diff)
downloadcurl-1df8d283817156156696fcf45133b31d10d94702.tar.gz
libcurl: VERSIONINFO update
Addition of new procedures curl_pushheader_bynum and curl_pushheader_byname requires VERSIONINFO updating.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a2c3dc56c..ef8d124e7 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,