Skip to content

Commit

Permalink
Tag version 1.0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed Jul 28, 2013
1 parent bcaa5c8 commit 1facdf3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5
USBPCAP_VERSION=1.0.0.6
NTTARGETFILE2=$(OBJ_PATH)\$(O)\$(INF_NAME).inf

TARGETLIBS = $(DDK_LIB_PATH)\Wdm.lib \
Expand Down
8 changes: 4 additions & 4 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,5
PRODUCTVERSION 1,0,0,5
FILEVERSION 1,0,0,6
PRODUCTVERSION 1,0,0,6
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.0.0.5"
VALUE "FileVersion", "1.0.0.6"
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013 Tomasz Mon"
VALUE "OriginalFilename", "USBPcap"
VALUE "ProductName", "USBPcap Sniffer Driver"
VALUE "ProductVersion", "1.0.0.5"
VALUE "ProductVersion", "1.0.0.6"
END
END

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.5"
set _USBPCAP_VERSION="1.0.0.6"

0 comments on commit 1facdf3

Please sign in to comment.