Skip to content

Commit

Permalink
Tag version 1.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed Jul 2, 2019
1 parent 296e4ef commit 8625147
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion USBPcapCMD/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define USBPCAPCMD_VERSION_MAJOR 1
#define USBPCAPCMD_VERSION_MINOR 5
#define USBPCAPCMD_VERSION_REVISION 0
#define USBPCAPCMD_VERSION_REVISION 1
#define USBPCAPCMD_VERSION_BUILD 0

#define makeStr(x) #x
Expand Down
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.5.0.0
USBPCAP_VERSION=1.5.1.0
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,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
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.5.0.0"
VALUE "FileVersion", "1.5.1.0"
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013-2019 Tomasz Mon"
VALUE "OriginalFilename", "USBPcap"
VALUE "ProductName", "USBPcap Sniffer Driver"
VALUE "ProductVersion", "1.5.0.0"
VALUE "ProductVersion", "1.5.1.0"
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.5.0.0"
set _USBPCAP_VERSION="1.5.1.0"

0 comments on commit 8625147

Please sign in to comment.