Update USBPcap to 1.2.0.3

Change-Id: Ie5dbe818e214738ea8e82fe7d72fc8a20b30691b
Reviewed-on: https://code.wireshark.org/review/23221
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2017-08-26 22:32:58 +02:00
parent a08e998ca2
commit fb1acc778d
4 changed files with 7 additions and 7 deletions

View File

@ -66,7 +66,7 @@ set(WIRESHARK_LIB_DIR "${_wireshark_lib_dir}")
set(WINPCAP_PACKAGE_VERSION ${WINPCAP_VERSION})
string(REPLACE "_" "." PCAP_DISPLAY_VERSION "${WINPCAP_PACKAGE_VERSION}")
set(USBPCAP_DISPLAY_VERSION "1.2.0.2")
set(USBPCAP_DISPLAY_VERSION "1.2.0.3")
set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION})

View File

@ -14,7 +14,7 @@
!define WIRESHARK_LIB_DIR "@WIRESHARK_LIB_DIR@"
!define WINPCAP_PACKAGE_VERSION @WINPCAP_PACKAGE_VERSION@
!define PCAP_DISPLAY_VERSION @PCAP_DISPLAY_VERSION@
!define USBPCAP_DISPLAY_VERSION "1.2.0.2"
!define USBPCAP_DISPLAY_VERSION "1.2.0.3"
!define VERSION @VERSION@
!define VERSION_MAJOR @VERSION_MAJOR@
!define VERSION_MINOR @VERSION_MINOR@

View File

@ -90,7 +90,7 @@ set(WIRESHARK_LIB_DIR "${_wireshark_lib_dir}")
set(WINPCAP_PACKAGE_VERSION ${WINPCAP_VERSION})
string(REPLACE "_" "." PCAP_DISPLAY_VERSION "${WINPCAP_PACKAGE_VERSION}")
set(USBPCAP_DISPLAY_VERSION "1.2.0.2")
set(USBPCAP_DISPLAY_VERSION "1.2.0.3")
set(PRODUCT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}.${PROJECT_BUILD_VERSION})

View File

@ -99,8 +99,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2017-08-23"
$Win32CurrentTag = "2017-08-23"
$Win64CurrentTag = "2017-08-26"
$Win32CurrentTag = "2017-08-26"
# Archive file / subdir.
$Win64Archives = @{
@ -159,12 +159,12 @@ $Win32Archives = @{
$Win32Files = @(
"WinPcap_4_1_3.exe";
"USBPcapSetup-1.2.0.2.exe";
"USBPcapSetup-1.2.0.3.exe";
)
$Win64Files = @(
"WinPcap_4_1_3.exe";
"USBPcapSetup-1.2.0.2.exe";
"USBPcapSetup-1.2.0.3.exe";
)
$Archives = $Win64Archives;