mirror of
https://github.com/amnezia-vpn/win-split-tunnel.git
synced 2026-05-17 00:06:00 +03:00
Merge branch 'prepare-release-1-2-0-0'
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user