aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-23 18:56:31 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-23 18:56:31 +0000
commitc30c410fa51598eaaa74ef0cf16530a9c3252f20 (patch)
treedad5a9bdbb9bf2d6b56f881566ba5df8835ebd0c /tools
parent218ec164c67deb33d213f8003915b90192078641 (diff)
Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_
conversion. svn path=/trunk/; revision=27098
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index acf6e4e0e9..6cf7399e3a 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -7,7 +7,7 @@
# in order to provide backward compatibility with older trees (e.g. a
# previous release or an older SVN checkout).
# Save previous tag.
-DOWNLOAD_TAG="2008-12-15"
+DOWNLOAD_TAG="2008-12-23"
DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/$DOWNLOAD_TAG/packages/"
TAG_FILE="current_tag.txt"