diff options
author | 2021-08-05 22:42:24 +0200 | |
---|---|---|
committer | 2021-08-05 22:42:24 +0200 | |
commit | c65999f98a8a5492abcc0d6535f9849f003f1f8a (patch) | |
tree | c27aaf18af73a6a6e2570f79ac531f830d1d18b6 | |
parent | driver: device: chicken out on NSI hijack, and revert to polling (diff) | |
download | wireguard-nt-0.3.tar.xz wireguard-nt-0.3.zip |
version: bump0.3
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | wireguard-nt.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguard-nt.props b/wireguard-nt.props index 7a5b8ef..67cfef2 100644 --- a/wireguard-nt.props +++ b/wireguard-nt.props @@ -78,7 +78,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <WireGuardVersionMaj>0</WireGuardVersionMaj> - <WireGuardVersionMin>2</WireGuardVersionMin> + <WireGuardVersionMin>3</WireGuardVersionMin> <WireGuardVersionRel>0</WireGuardVersionRel> <!-- Used for versioning, must be n.n[.n[.n]]. --> |