aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2026-03-25 16:26:45 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2026-03-25 22:01:42 +0100
commit613b1f6df5645c3e7208ff4fb0ce02ee800a0b24 (patch)
treeeadfc15882095202d3b3a5e0609191208e399f7a
parentdriver: socket: suppress memory leak warning (diff)
downloadwireguard-nt-master.tar.xz
wireguard-nt-master.zip
version: bumpHEAD0.11master
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--wireguard-nt.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireguard-nt.props b/wireguard-nt.props
index b8135f9..4685a53 100644
--- a/wireguard-nt.props
+++ b/wireguard-nt.props
@@ -78,8 +78,8 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<WireGuardVersionMaj>0</WireGuardVersionMaj>
- <WireGuardVersionMin>10</WireGuardVersionMin>
- <WireGuardVersionRel>1</WireGuardVersionRel>
+ <WireGuardVersionMin>11</WireGuardVersionMin>
+ <WireGuardVersionRel>0</WireGuardVersionRel>
<!-- Used for versioning, must be n.n[.n[.n]]. -->
<WireGuardVersion>$(WireGuardVersionMaj).$(WireGuardVersionMin)</WireGuardVersion>