Skip to content

Commit

Permalink
1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jan 20, 2019
1 parent 482df01 commit 3e3eaf6
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 @@
1.9.5
1.9.6
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=1.9.5
ver=1.9.6

# wsltty appx release - must have 4 parts!
verx=1.9.5.0
verx=1.9.6.0

# 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=2.9.5
minttyver=2.9.6

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

0 comments on commit 3e3eaf6

Please sign in to comment.