aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-07 12:46:48 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-08 09:04:47 +0000
commitc7fbe74d0ed8e332a3835e6e0a7ea4cfdd07cc03 (patch)
treeb0e82357659f20f49db66976de2b38d8f5e9ee72
parentDo not take handle reference with verifier enabled (diff)
downloadwintun-c7fbe74d0ed8e332a3835e6e0a7ea4cfdd07cc03.tar.xz
wintun-c7fbe74d0ed8e332a3835e6e0a7ea4cfdd07cc03.zip
Version bump0.2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--wintun.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/wintun.props b/wintun.props
index 4ad435c..1235ffa 100644
--- a/wintun.props
+++ b/wintun.props
@@ -7,8 +7,8 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WintunVersionMaj>0</WintunVersionMaj>
- <WintunVersionMin>1</WintunVersionMin>
- <WintunVersionStr>0.1</WintunVersionStr><!-- Used in filenames and ProductVersion resource string, may contain strings. -->
+ <WintunVersionMin>2</WintunVersionMin>
+ <WintunVersionStr>0.2</WintunVersionStr><!-- Used in filenames and ProductVersion resource string, may contain strings. -->
<WintunVersion>$(WintunVersionMaj).$(WintunVersionMin)</WintunVersion><!-- Used for versioning, must be n.n[.n[.n]]. -->
<!-- .vcxproj and .wixproj are using different platform names. -->
@@ -20,4 +20,4 @@
<DistributionDir>dist\</DistributionDir>
<SDVDir>sdv\</SDVDir>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>