summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-01 23:05:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-01 23:05:48 +0000
commit383d4656aa973a0dd549c4d96ec17e2d9d0d4e81 (patch)
treeb8f8e9b1c1f86bda7abc9d1fa35c6e4877818256
parent3e3d10824f08fa2917f62a4c9c81e4e7ab3a9327 (diff)
downloadgnurl-383d4656aa973a0dd549c4d96ec17e2d9d0d4e81.tar.gz
gnurl-383d4656aa973a0dd549c4d96ec17e2d9d0d4e81.tar.bz2
gnurl-383d4656aa973a0dd549c4d96ec17e2d9d0d4e81.zip
bump VERSIONINFO for the upcoming release
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 67de16372..5514c0775 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,