Skip to content

Commit

Permalink
Tag version 1.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed Aug 14, 2018
1 parent 148b464 commit 784afc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion USBPcapDriver/SOURCES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TARGETTYPE = DRIVER
DRIVERTYPE = WDM

INF_NAME=USBPcap
USBPCAP_VERSION=1.2.0.2
USBPCAP_VERSION=1.2.0.4
NTTARGETFILE2=$(OBJ_PATH)\$(O)\$(INF_NAME).inf

TARGETLIBS = $(DDK_LIB_PATH)\Wdm.lib \
Expand Down
10 changes: 5 additions & 5 deletions USBPcapDriver/USBPcap.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "Windows.h"

1 VERSIONINFO
FILEVERSION 1,2,0,3
PRODUCTVERSION 1,2,0,3
FILEVERSION 1,2,0,4
PRODUCTVERSION 1,2,0,4
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE|VS_FF_DEBUG)
FILEOS VOS__WINDOWS32
Expand All @@ -15,12 +15,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "USBPcap"
VALUE "FileDescription", "USBPcap Driver"
VALUE "FileVersion", "1.2.0.3"
VALUE "FileVersion", "1.2.0.4"
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013-2017 Tomasz Mon"
VALUE "LegalCopyright", "(c) 2013-2018 Tomasz Mon"
VALUE "OriginalFilename", "USBPcap"
VALUE "ProductName", "USBPcap Sniffer Driver"
VALUE "ProductVersion", "1.2.0.3"
VALUE "ProductVersion", "1.2.0.4"
END
END

Expand Down
2 changes: 1 addition & 1 deletion config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ set _USBPCAP_SIGN_OPTS_SHA256=sign /as /v /fd sha256 /f %~dp0certificates\USBPca
::_USBPCAP_VERSION specifies version of the installer.
::To update driver version edit USBPcapDriver\USBPcap.rc and
::USBPcapDriver\SOURCES
set _USBPCAP_VERSION="1.2.0.3"
set _USBPCAP_VERSION="1.2.0.4"

0 comments on commit 784afc7

Please sign in to comment.