diff options
| author | 2026-05-06 17:14:18 +0200 | |
|---|---|---|
| committer | 2026-05-07 12:17:00 +0000 | |
| commit | fef7bc4377a4f49ffa7c30841b48808fda578cad (patch) | |
| tree | 894887c2a0d5eeb59bbfca3428168ebffb04afca | |
| parent | driver: nsi: forward IRPs instead of failing (diff) | |
| download | wireguard-nt-master.tar.xz wireguard-nt-master.zip | |
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 9cb4782..611c5cb 100644 --- a/wireguard-nt.props +++ b/wireguard-nt.props @@ -65,7 +65,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <WireGuardVersionMaj>1</WireGuardVersionMaj> - <WireGuardVersionMin>0</WireGuardVersionMin> + <WireGuardVersionMin>1</WireGuardVersionMin> <WireGuardVersionRel>0</WireGuardVersionRel> <!-- Used for versioning, must be n.n[.n[.n]]. --> |
