summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-21 21:25:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-21 21:25:07 +0000
commit59f2a579bc1012711943db9993e180e3b86e0cc7 (patch)
tree15b0f50b00dd93716f77e584e94fb8ac50efe61f /Makefile.am
parenta8bb249d075f8587f62ed794ca70bf7a2aecc40d (diff)
downloadc-ares-59f2a579bc1012711943db9993e180e3b86e0cc7.tar.gz
c-ares-59f2a579bc1012711943db9993e180e3b86e0cc7.tar.bz2
c-ares-59f2a579bc1012711943db9993e180e3b86e0cc7.zip
increase version info
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ccb1f47..634edaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \
$(MSVCFILES) AUTHORS
-VER=-version-info 0:0:0
+VER=-version-info 1:0: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
# 1.