From d40e5919af4488551b9157b2753987d59f90ca23 Mon Sep 17 00:00:00 2001 From: mintty Date: Sat, 24 Feb 2024 00:00:00 +0100 Subject: [PATCH] 3.7.1 --- LICENSE.mintty | 2 +- VERSION | 2 +- makefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.mintty b/LICENSE.mintty index 358de1f..d3039cf 100644 --- a/LICENSE.mintty +++ b/LICENSE.mintty @@ -1,4 +1,4 @@ -mintty is copyright 2008-22 Andy Koppe, 2015-22 Thomas Wolff. +mintty is copyright 2008-23 Andy Koppe, 2015-23 Thomas Wolff. Licensed under the terms of the GNU General Public License version 3 or later, amended with the bundling clause to clarify ambiguous interpretation. diff --git a/VERSION b/VERSION index 40479ad..a76ccff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.0.2 +3.7.1 diff --git a/makefile b/makefile index b2b7031..b9d4098 100644 --- a/makefile +++ b/makefile @@ -10,16 +10,16 @@ # wsltty release -ver=3.7.0.2 +ver=3.7.1 # wsltty appx release - must have 4 parts! -verx=3.7.0.2 +verx=3.7.1.1 ############################## # mintty release version -minttyver=3.7.0 +minttyver=3.7.1 ##############################