aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-08 16:51:21 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-08 16:51:21 +0000
commitac364779f7acbbb76115de16037efaaee9f6913d (patch)
tree637d828fbdcb83e5d60c6a695aa3682e6a59b2ca /config.nmake
parent826c14b456f0eefba15bcc0a645fd78e3b1012b0 (diff)
Switch to c-ares 1.9.1.
svn path=/trunk/; revision=48191
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index e03235cfda..3bf220fdeb 100644
--- a/config.nmake
+++ b/config.nmake
@@ -354,7 +354,7 @@ ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib125
# If you don't have c-ares, comment this line out, so that C_ARES_DIR
# isn't defined.
#
-C_ARES_PKG=1.7.1
+C_ARES_PKG=1.9.1-1
#
# Optional: the GnuTLS library enables ssl decryption.
@@ -574,7 +574,7 @@ ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib125
# If you don't have c-ares, comment this line out, so that C_ARES_DIR
# isn't defined.
#
-C_ARES_PKG=1.7.1
+C_ARES_PKG=1.9.1-1
#
# Optional: the GnuTLS library enables ssl decryption.