Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 13, 2019
1 parent 79c3f9e commit a207cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1.2
3.0.2
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@


# wsltty release
ver=3.0.1.2
ver=3.0.2

# wsltty appx release - must have 4 parts!
verx=3.0.1.2
verx=3.0.2.2

# Windows SDK version for appx
WINSDKKEY=/HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/Microsoft/.NET Framework Platform/Setup/Multi-Targeting Pack
WINSDKVER=`regtool list '$(WINSDKKEY)' | sed -e '$$ q' -e d`

##############################
# mintty release version
minttyver=3.0.1
minttyver=3.0.2

# or mintty branch or commit version
#minttyver=master
Expand Down

0 comments on commit a207cae

Please sign in to comment.