summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-22 20:34:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-22 20:34:47 +0000
commitb8abeab6d3729ce4c9cc3eccb69e2bd3be2b58d3 (patch)
treec7a65637f15fa4f74e0cb920392aa842cd7e7071
parent4aa176c1275108c3d75cea4cac6d2aa96c1623b4 (diff)
downloadgnurl-b8abeab6d3729ce4c9cc3eccb69e2bd3be2b58d3.tar.gz
gnurl-b8abeab6d3729ce4c9cc3eccb69e2bd3be2b58d3.tar.bz2
gnurl-b8abeab6d3729ce4c9cc3eccb69e2bd3be2b58d3.zip
we bump the SO "revision" for next release due to the new functions added
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1a5e9d618..063e0352d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -50,7 +50,7 @@ INCLUDES = -I$(top_srcdir)/include \
-I$(top_builddir)/lib \
-I$(top_srcdir)/lib
-VERSION=-version-info 4:1:0
+VERSION=-version-info 4:2:0
# This flag accepts an argument of the form current[:revision[:age]]. So,
# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to