aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-05-30 22:55:02 +0000
committerGerald Combs <gerald@wireshark.org>2012-05-30 22:55:02 +0000
commitddcd6c5ce79cd6087c0f7cfe9af776f52c629fa8 (patch)
tree2c521caf2cf6beafc8bf0a4b30efcc7b906b0e2b /tools
parent14bfedccd9223e7be0654ad5bb48503f3369a277 (diff)
Use the updated GeoIP package (1.4.8-2).
svn path=/trunk/; revision=42933
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 6edc890f53..1ab9a406cc 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -4,7 +4,7 @@
# 32-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2012-05-29"
+export DOWNLOAD_TAG="2012-05-30"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index 34c6e32811..6650d247a1 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -4,7 +4,7 @@
# 64-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2012-05-29"
+export DOWNLOAD_TAG="2012-05-30"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`