diff options
author | 2021-09-07 14:59:33 +0200 | |
---|---|---|
committer | 2021-09-07 14:59:33 +0200 | |
commit | 899b69c3657d679ebfd1d4270d5f6277c98b5590 (patch) | |
tree | 60f2d91301ab7c8c900b61babebd45492e7413f0 | |
parent | driver: socket: work around tcpip cmsg stripping bug (diff) | |
download | wireguard-nt-0.5.tar.xz wireguard-nt-0.5.zip |
version: bump0.5
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 db0a113..f6719f9 100644 --- a/wireguard-nt.props +++ b/wireguard-nt.props @@ -78,7 +78,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <WireGuardVersionMaj>0</WireGuardVersionMaj> - <WireGuardVersionMin>4</WireGuardVersionMin> + <WireGuardVersionMin>5</WireGuardVersionMin> <WireGuardVersionRel>0</WireGuardVersionRel> <!-- Used for versioning, must be n.n[.n[.n]]. --> |