diff --git a/VERSION b/VERSION index d615fd0..158c747 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.4 +1.9.5 diff --git a/makefile b/makefile index 6bdd85d..76a499a 100644 --- a/makefile +++ b/makefile @@ -8,10 +8,10 @@ # wsltty release -ver=1.9.4 +ver=1.9.5 # wsltty appx release - must have 4 parts! -verx=1.9.4.0 +verx=1.9.5.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=2.9.4 +minttyver=2.9.5 # or mintty branch or commit version #minttyver=master