From a207cae3a84a1828a1f8ded379eee182e2c883ab Mon Sep 17 00:00:00 2001 From: mintty Date: Sat, 13 Jul 2019 11:20:31 +0200 Subject: [PATCH] 3.0.2 --- VERSION | 2 +- makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index cd0a3b6..b502146 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1.2 +3.0.2 diff --git a/makefile b/makefile index 7ac236e..3900d6d 100644 --- a/makefile +++ b/makefile @@ -8,10 +8,10 @@ # wsltty release -ver=3.0.1.2 +ver=3.0.2 # wsltty appx release - must have 4 parts! -verx=3.0.1.2 +verx=3.0.2.2 # 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.1 +minttyver=3.0.2 # or mintty branch or commit version #minttyver=master