aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-06-27 20:48:26 +0000
committerGerald Combs <gerald@wireshark.org>2011-06-27 20:48:26 +0000
commitadd36f416d9ec497a8ad95541482ca7037d5da4a (patch)
tree179d40889f914161b8b4095f3b2b81773c40a986 /tools
parent741c973afede397e2801e2f7c6e797dae7ed41b8 (diff)
Use the latest libsmi package. Note that we now support OID resolution
on 64-bit Windows. svn path=/trunk/; revision=37808
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 7e1c296252..b7c734a1c6 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="2011-05-19"
+export DOWNLOAD_TAG="2011-06-27"
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 2d9e06d0c0..f7b750b82d 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="2011-05-19"
+export DOWNLOAD_TAG="2011-06-27"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`