aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-30 20:13:56 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-30 20:13:56 +0000
commitbc78191e3180a5f1c60228a97d81fcc6b169f02c (patch)
treea431f5f7bd9c33517701d07cf732d71bc6d9bd84
parentc7501cbf67757331c62f36354785882b05967fb3 (diff)
Upgrade user manual
svn path=/trunk/; revision=49634
-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 90ce59272d..30b9ab7dfc 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -946,7 +946,7 @@ process_libs:
!ENDIF
!IFDEF HHC_DIR
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \
- user-guide user-guide-46501.zip
+ user-guide user-guide-48978.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 3023c0665b..a191ed044b 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="2013-03-09"
+export DOWNLOAD_TAG="2013-04-22"
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 4891f7e399..46e0b31e18 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="2013-03-09"
+export DOWNLOAD_TAG="2013-04-22"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`