Skip to content

Commit

Permalink
Tag version 1.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed Aug 21, 2017
1 parent 45b7c9c commit 7d9bb2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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,2,0,2
PRODUCTVERSION 1,2,0,2
FILEVERSION 1,2,0,3
PRODUCTVERSION 1,2,0,3
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.2"
VALUE "FileVersion", "1.2.0.3"
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013-2017 Tomasz Mon"
VALUE "OriginalFilename", "USBPcap"
VALUE "ProductName", "USBPcap Sniffer Driver"
VALUE "ProductVersion", "1.2.0.2"
VALUE "ProductVersion", "1.2.0.3"
END
END

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

0 comments on commit 7d9bb2a

Please sign in to comment.