Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed May 28, 2019
1 parent 1b41dfa commit 432b71d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions LICENSE.mintty
Expand Up @@ -33,3 +33,7 @@ The colour schemes / theme files bundled with mintty are included
under various licenses. The source and license or permission are
quoted in the respective theme files.

Bell sounds files are included, mostly under the creative commons license
(https://creativecommons.org/publicdomain/zero/1.0/), see also the README
in the sounds subdirectory.

2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.0
3.0.1
6 changes: 3 additions & 3 deletions makefile
Expand Up @@ -8,18 +8,18 @@


# wsltty release
ver=3.0.0.2
ver=3.0.1

# wsltty appx release - must have 4 parts!
verx=3.0.0.2
verx=3.0.1.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=3.0.0
minttyver=3.0.1

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

0 comments on commit 432b71d

Please sign in to comment.