From 432b71d2fde3b9e2cee4d325d2dfb112bedb9e3a Mon Sep 17 00:00:00 2001 From: mintty Date: Tue, 28 May 2019 07:33:38 +0200 Subject: [PATCH] 3.0.1 --- LICENSE.mintty | 4 ++++ VERSION | 2 +- makefile | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) 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