Skip to content

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Nov 9, 2020
1 parent fc348f5 commit 0f62965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wintun.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WintunVersionMaj>0</WintunVersionMaj>
<WintunVersionMin>8</WintunVersionMin>
<WintunVersionStr>0.8</WintunVersionStr><!-- Used in filenames and ProductVersion resource string, may contain strings. -->
<WintunVersionMin>9</WintunVersionMin>
<WintunVersionStr>0.9</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 are using different platform names. -->
Expand Down

0 comments on commit 0f62965

Please sign in to comment.