Skip to content

Commit

Permalink
Tag version 1.0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed Feb 19, 2014
1 parent c0831b1 commit 83e181a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0.6
USBPCAP_VERSION=1.0.0.7
NTTARGETFILE2=$(OBJ_PATH)\$(O)\$(INF_NAME).inf

TARGETLIBS = $(DDK_LIB_PATH)\Wdm.lib \
Expand Down
4 changes: 2 additions & 2 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,0,0,6
PRODUCTVERSION 1,0,0,6
FILEVERSION 1,0,0,7
PRODUCTVERSION 1,0,0,7
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE|VS_FF_DEBUG)
FILEOS VOS__WINDOWS32
Expand Down
2 changes: 1 addition & 1 deletion config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ set _USBPCAP_SIGN_OPTS=sign /f %~dp0certificates\USBPcapTestCert.pfx /t https://t
::_USBPCAP_VERSION specifies version of the installer.
::To update driver version edit USBPcapDriver\USBPcap.rc and
::USBPcapDriver\SOURCES
set _USBPCAP_VERSION="1.0.0.6"
set _USBPCAP_VERSION="1.0.0.7"

0 comments on commit 83e181a

Please sign in to comment.