From: Daniel Stenberg Date: Sat, 1 Nov 2008 23:05:48 +0000 (+0000) Subject: bump VERSIONINFO for the upcoming release X-Git-Tag: curl-7_19_1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=383d4656aa973a0dd549c4d96ec17e2d9d0d4e81;p=thirdparty%2Fcurl.git bump VERSIONINFO for the upcoming release --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 67de16372c..5514c07750 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -68,9 +68,9 @@ if SONAME_BUMP # # This conditional soname bump SHOULD be removed at next "proper" bump. # -VERSIONINFO=-version-info 6:0:1 +VERSIONINFO=-version-info 6:1:1 else -VERSIONINFO=-version-info 5:0:1 +VERSIONINFO=-version-info 5:1:1 endif # This flag accepts an argument of the form current[:revision[:age]]. So,