aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.nmake2
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index e998eefbef..7741c66099 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -863,7 +863,7 @@ process_libs:
!ENDIF
!IFDEF HHC_DIR
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- user-guide user-guide-24665.zip
+ user-guide user-guide-28526.zip
!ENDIF
!IFDEF UPX
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 71fb0f8e72..821d599c00 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -9,7 +9,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=${DOWNLOAD_TAG:-"2009-04-27"}
+DOWNLOAD_TAG=${DOWNLOAD_TAG:-"2009-05-29"}
WIRESHARK_TARGET_PLATFORM=${WIRESHARK_TARGET_PLATFORM:-"win32"}
DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-$WIRESHARK_TARGET_PLATFORM-libs/tags/$DOWNLOAD_TAG/packages/"
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index 4c6086f89d..b0ff6e3727 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -4,9 +4,9 @@
# 64-bit wrapper for win32-setup.sh.
-export DOWNLOAD_TAG="2009-03-06"
+export DOWNLOAD_TAG="2009-05-29"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN32_SETUP=`echo $0 | sed -e s/win64/win32/`
-exec $WIN32_SETUP $@ \ No newline at end of file
+exec $WIN32_SETUP $@