aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-11-08 20:25:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-08 20:26:19 +0100
commit18c0e9bd71009792982dc6cf518427c13c8674a0 (patch)
treeee6f83d0a3af74326ff2060635d8e84222a3b98f /lib/Makefile.am
parentc70c1a22d26865c3c908e2409c04bc9f01c41efb (diff)
libcurl: VERSIONINFO update
Since we added the curl_multi_wait function, the VERSIONINFO needed updating. Reported by: Patrick Monnerat
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 f00b14340..acfa5a61a 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,