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