Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Oct 8, 2021
1 parent bdc9e3d commit 99862b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion inf/PortmasterKext32.inf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Class = WFPCALLOUTS
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %Provider%
CatalogFile = PortmasterKext32.Cat
DriverVer = 01/01/2019,1.0.10.0
DriverVer = 01/01/2019,1.0.11.0

[SourceDisksNames]
1 = %DiskName%
Expand Down
2 changes: 1 addition & 1 deletion inf/PortmasterKext64.inf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Class = WFPCALLOUTS
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %Provider%
CatalogFile = PortmasterKext64.Cat
DriverVer = 01/01/2019,1.0.10.0
DriverVer = 01/01/2019,1.0.11.0

[SourceDisksNames]
1 = %DiskName%
Expand Down
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are version identifiers in these files:
### Let Microsoft Sign

- Go to https://partner.microsoft.com/en-us/dashboard/hardware/driver/New
- Enter "PortmasterKext v1.0.10 #1" as the product name
- Enter "PortmasterKext v1.0.11 #1" as the product name
- Upload `PortmasterKext.cab`
- Select the Windows 10 versions that you compiled and tested on
- Wait for the process to finish, download the `.zip`, extract it and rename to folder from `Signed_xxx` to `Signed`.
Expand Down
4 changes: 2 additions & 2 deletions release/release_set_metadata.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off
set CABDIR=PortmasterKext

set VERSION="1.0.10.0 (%date%)"
set VERSION="1.0.11.0 (%date%)"
set FILEDESCR_SYS=/s desc "Portmaster Windows Kernel Extension Driver"
set FILEDESCR_DLL=/s desc "Portmaster Windows Kernel Extension DLL"
set COMPINFO=/s company "Safing ICS Technologies GmbH" /s (c) "Safing ICS Technologies GmbH"
set PRODINFO=/s product "Portmaster Windows Kernel Extension" /pv "1.0.10.0"
set PRODINFO=/s product "Portmaster Windows Kernel Extension" /pv "1.0.11.0"

verpatch /va %CABDIR%\amd64\PortmasterKext64.sys %VERSION% %FILEDESCR_SYS% %COMPINFO% %PRODINFO% %BUILDINFO%
verpatch /va %CABDIR%\amd64\PortmasterKext64.dll %VERSION% %FILEDESCR_DLL% %COMPINFO% %PRODINFO% %BUILDINFO%
4 changes: 2 additions & 2 deletions sys/pm_kernel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"[URL: https://safing.io "
#define VER_INTERNALNAME_STR "pm_kernel64.sys"
#define VER_ORIGINALFILENAME_STR "pm_kernel64.sys"
#define VER_PRODUCTVERSION 1.0.10.0
#define VER_PRODUCTVERSION_STR "1.0.10.0"
#define VER_PRODUCTVERSION 1.0.11.0
#define VER_PRODUCTVERSION_STR "1.0.11.0"
#define VER_COMPANYNAME_STR "Safing ICS Technologies GmbH"
#define VER_LEGALCOPYRIGHT_YEARS "2019-2020"
#define VER_LEGALCOPYRIGHT_STR \
Expand Down

0 comments on commit 99862b8

Please sign in to comment.