diff --git a/LICENSE.mintty b/LICENSE.mintty index 47124bf..5790ea9 100644 --- a/LICENSE.mintty +++ b/LICENSE.mintty @@ -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. + diff --git a/VERSION b/VERSION index 4a36342..cb2b00e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.0.1 diff --git a/makefile b/makefile index e90c123..fa68775 100644 --- a/makefile +++ b/makefile @@ -8,10 +8,10 @@ # 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 @@ -19,7 +19,7 @@ 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