diff options
author | 2021-08-10 00:29:01 +0200 | |
---|---|---|
committer | 2021-08-10 00:29:01 +0200 | |
commit | 3855532aadac84599aede02415e96b8b9e64a88b (patch) | |
tree | 3d820e9211d21f535f21cb691933a1e2630f9b62 | |
parent | driver: ioctl: do not return zero psks (diff) | |
download | wireguard-nt-0.4.tar.xz wireguard-nt-0.4.zip |
version: bump0.4
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 67cfef2..e5f2e97 100644 --- a/wireguard-nt.props +++ b/wireguard-nt.props @@ -78,7 +78,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <WireGuardVersionMaj>0</WireGuardVersionMaj> - <WireGuardVersionMin>3</WireGuardVersionMin> + <WireGuardVersionMin>4</WireGuardVersionMin> <WireGuardVersionRel>0</WireGuardVersionRel> <!-- Used for versioning, must be n.n[.n[.n]]. --> |