Merge branch 'prepare-release-1-2-0-0'

This commit is contained in:
Odd Stranne
2022-01-10 22:18:28 +01:00
4 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
## [1.2.0.0] - 2022-01-10
### Changed
- Update build and release procedure to remove support for pre-Windows 10 systems.

View File

@@ -137,7 +137,7 @@ No generally applicable mitigations are available.
# License
Copyright (C) 2021 Mullvad VPN AB
Copyright (C) 2022 Mullvad VPN AB
Licensed under either of

View File

@@ -21,7 +21,7 @@ BEGIN
VALUE "FileDescription", "Split Tunnel Kernel Driver"
VALUE "FileVersion", DRIVER_VERSION_STR
VALUE "InternalName", "mullvad-split-tunnel"
VALUE "LegalCopyright", "(c) 2021 Mullvad VPN AB"
VALUE "LegalCopyright", "(c) 2022 Mullvad VPN AB"
VALUE "OriginalFilename", "mullvad-split-tunnel.sys"
VALUE "ProductName", "Mullvad VPN"
VALUE "ProductVersion", DRIVER_VERSION_STR

View File

@@ -1,6 +1,6 @@
#pragma once
#define DRIVER_VERSION_MAJOR 1
#define DRIVER_VERSION_MINOR 1
#define DRIVER_VERSION_PATCH 1
#define DRIVER_VERSION_MINOR 2
#define DRIVER_VERSION_PATCH 0
#define DRIVER_VERSION_BUILD 0