summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-28 20:28:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-28 20:28:06 +0000
commite64b10330300545499da17380b3c257a81edffb3 (patch)
tree1aeef7e6c7d8e3885bad46102d9d55d5804cbcea /Makefile.am
parent3b5e49995fd8c62db2de3cea61912439833a9bd0 (diff)
downloadc-ares-e64b10330300545499da17380b3c257a81edffb3.tar.gz
c-ares-e64b10330300545499da17380b3c257a81edffb3.tar.bz2
c-ares-e64b10330300545499da17380b3c257a81edffb3.zip
Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI
and API changes in the progress callback (and possibly more coming up from Steinar)
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 0449c8b..999d09c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \
$(MSVCFILES) AUTHORS config-win32.h RELEASE-NOTES libcares.pc.in
-VER=-version-info 1:0:0
+VER=-version-info 2: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.