aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.nmake2
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 2eb5e220d0..28b5e68e6d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -984,7 +984,7 @@ process_libs:
!ENDIF
!IFDEF HHC_DIR
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \
- user-guide user-guide-48978.zip
+ user-guide user-guide-52567.zip
!ENDIF
!IFDEF UPX
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 9d3dd6f6d5..382b19ff76 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -24,7 +24,7 @@
# 32-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2013-10-11"
+export DOWNLOAD_TAG="2013-10-12"
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 7c593472df..4e8f8e149a 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -24,7 +24,7 @@
# 64-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2013-10-11"
+export DOWNLOAD_TAG="2013-10-12"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`