mirror of
https://github.com/mintty/wsltty.git
synced 2025-04-19 01:00:29 +01:00
3.0.1
This commit is contained in:
parent
1b41dfa1e0
commit
432b71d2fd
@ -33,3 +33,7 @@ The colour schemes / theme files bundled with mintty are included
|
|||||||
under various licenses. The source and license or permission are
|
under various licenses. The source and license or permission are
|
||||||
quoted in the respective theme files.
|
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.
|
||||||
|
|
||||||
|
6
makefile
6
makefile
@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
|
|
||||||
# wsltty release
|
# wsltty release
|
||||||
ver=3.0.0.2
|
ver=3.0.1
|
||||||
|
|
||||||
# wsltty appx release - must have 4 parts!
|
# wsltty appx release - must have 4 parts!
|
||||||
verx=3.0.0.2
|
verx=3.0.1.0
|
||||||
|
|
||||||
# Windows SDK version for appx
|
# Windows SDK version for appx
|
||||||
WINSDKKEY=/HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/Microsoft/.NET Framework Platform/Setup/Multi-Targeting Pack
|
WINSDKKEY=/HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432Node/Microsoft/.NET Framework Platform/Setup/Multi-Targeting Pack
|
||||||
@ -19,7 +19,7 @@ WINSDKVER=`regtool list '$(WINSDKKEY)' | sed -e '$$ q' -e d`
|
|||||||
|
|
||||||
##############################
|
##############################
|
||||||
# mintty release version
|
# mintty release version
|
||||||
minttyver=3.0.0
|
minttyver=3.0.1
|
||||||
|
|
||||||
# or mintty branch or commit version
|
# or mintty branch or commit version
|
||||||
#minttyver=master
|
#minttyver=master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user