From 05ce002fc66c9bbe3420b18c7541ff8e370a2a3c Mon Sep 17 00:00:00 2001 From: mintty Date: Wed, 5 Dec 2018 11:18:55 +0100 Subject: [PATCH] 1.9.5 --- VERSION | 2 +- makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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