diff options
author | 2021-10-09 15:20:18 -0600 | |
---|---|---|
committer | 2021-10-11 16:12:10 +0000 | |
commit | 4aeb2d398eda435a00c3053c674e2739817829f2 (patch) | |
tree | a862cd76b19ddfea2c812104ce84d626e12266ad | |
parent | proj: remove SDV and DVL support (diff) | |
download | wireguard-nt-4aeb2d398eda435a00c3053c674e2739817829f2.tar.xz wireguard-nt-4aeb2d398eda435a00c3053c674e2739817829f2.zip |
version: bump0.10
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 b3ede94..3c74673 100644 --- a/wireguard-nt.props +++ b/wireguard-nt.props @@ -78,7 +78,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <WireGuardVersionMaj>0</WireGuardVersionMaj> - <WireGuardVersionMin>9</WireGuardVersionMin> + <WireGuardVersionMin>10</WireGuardVersionMin> <WireGuardVersionRel>0</WireGuardVersionRel> <!-- Used for versioning, must be n.n[.n[.n]]. --> |