Skip to content

Commit

Permalink
Tag version 1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed May 26, 2019
1 parent d645f80 commit 137ccc8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions USBPcapCMD/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#define USBPCAPCMD_VERSION_H

#define USBPCAPCMD_VERSION_MAJOR 1
#define USBPCAPCMD_VERSION_MINOR 2
#define USBPCAPCMD_VERSION_MINOR 4
#define USBPCAPCMD_VERSION_REVISION 0
#define USBPCAPCMD_VERSION_BUILD 4
#define USBPCAPCMD_VERSION_BUILD 0

#define makeStr(x) #x
#define makeString(x) makeStr(x)
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,3,0,0
PRODUCTVERSION 1,3,0,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,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.3.0.0"
VALUE "FileVersion", "1.4.0.0"
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013-2018 Tomasz Mon"
VALUE "LegalCopyright", "(c) 2013-2019 Tomasz Mon"
VALUE "OriginalFilename", "USBPcap"
VALUE "ProductName", "USBPcap Sniffer Driver"
VALUE "ProductVersion", "1.3.0.0"
VALUE "ProductVersion", "1.4.0.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.3.0.0"
set _USBPCAP_VERSION="1.4.0.0"
2 changes: 1 addition & 1 deletion nsis/USBPcap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RequestExecutionLevel admin

VIAddVersionKey "ProductName" "USBPcap"
VIAddVersionKey "ProductVersion" "${VERSION}"
VIAddVersionKey "LegalCopyright" "(c) 2013-2018 Tomasz Mon"
VIAddVersionKey "LegalCopyright" "(c) 2013-2019 Tomasz Mon"
VIAddVersionKey "FileDescription" "USBPcap installer"
VIAddVersionKey "FileVersion" "${VERSION}"
VIProductVersion "${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion nsis/bsd-2clause.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2017, Tomasz Mon
Copyright (c) 2013-2019, Tomasz Mon
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit 137ccc8

Please sign in to comment.