Skip to content

Commit

Permalink
libcurl: VERSIONINFO update
Browse files Browse the repository at this point in the history
Since we added the curl_multi_wait function, the VERSIONINFO needed
updating.

Reported by: Patrick Monnerat
  • Loading branch information
bagder committed Nov 8, 2012
1 parent c70c1a2 commit 18c0e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Makefile.am
Expand Up @@ -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,
Expand Down

0 comments on commit 18c0e9b

Please sign in to comment.