summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-04-23 16:44:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-04-23 16:44:56 +0200
commit3f0ec4733ede034194a09aa8f6b9eb960a492260 (patch)
treefa2d93128b3e0f2e88a1045273b5ce5e30ba5ee2
parent76ef032fd0bcbe899778711c3ccd79f99051df5c (diff)
downloadc-ares-3f0ec4733ede034194a09aa8f6b9eb960a492260.tar.gz
c-ares-3f0ec4733ede034194a09aa8f6b9eb960a492260.tar.bz2
c-ares-3f0ec4733ede034194a09aa8f6b9eb960a492260.zip
Makefile.am: increment -version-info for 1.10.0 release
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 08486d8..23059a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,7 +64,7 @@ DISTCLEANFILES = ares_build.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcares.pc
-CARES_VERSION_INFO = -version-info 2:0:0
+CARES_VERSION_INFO = -version-info 3:0:1
# 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.