Skip to content

Commit

Permalink
Tag version 1.5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desowin committed May 22, 2020
1 parent 4ee775c commit 1a8893c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion USBPcapCMD/USBPcapCMD.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BEGIN
VALUE "FileDescription", "USBPcap commandline interface"
VALUE "FileVersion", USBPCAPCMD_VERSION_STR
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013-2019 Tomasz Mon"
VALUE "LegalCopyright", "(c) 2013-2020 Tomasz Mon"
VALUE "OriginalFilename", "USBPcapCMD.exe"
VALUE "ProductName", "USBPcap"
VALUE "ProductVersion", USBPCAPCMD_VERSION_STR
Expand Down
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 3
#define USBPCAPCMD_VERSION_REVISION 4
#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.3.0
USBPCAP_VERSION=1.5.4.0
NTTARGETFILE2=$(OBJ_PATH)\$(O)\$(INF_NAME).inf

TARGETLIBS = $(DDK_LIB_PATH)\Wdm.lib \
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,5,3,0
PRODUCTVERSION 1,5,3,0
FILEVERSION 1,5,4,0
PRODUCTVERSION 1,5,4,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.3.0"
VALUE "FileVersion", "1.5.4.0"
VALUE "InternalName", "USBPcap"
VALUE "LegalCopyright", "(c) 2013-2019 Tomasz Mon"
VALUE "LegalCopyright", "(c) 2013-2020 Tomasz Mon"
VALUE "OriginalFilename", "USBPcap"
VALUE "ProductName", "USBPcap Sniffer Driver"
VALUE "ProductVersion", "1.5.3.0"
VALUE "ProductVersion", "1.5.4.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 @@ -20,4 +20,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.3.0"
set _USBPCAP_VERSION="1.5.4.0"
2 changes: 1 addition & 1 deletion nsis/USBPcap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RequestExecutionLevel admin

VIAddVersionKey "ProductName" "USBPcap"
VIAddVersionKey "ProductVersion" "${VERSION}"
VIAddVersionKey "LegalCopyright" "(c) 2013-2019 Tomasz Mon"
VIAddVersionKey "LegalCopyright" "(c) 2013-2020 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-2019, Tomasz Mon
Copyright (c) 2013-2020, 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 1a8893c

Please sign in to comment.