1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-11-07 10:31:51 +00:00

Compare commits

..

3 Commits
3.7.1 ... 3.7.4

Author SHA1 Message Date
mintty
fb1bf601e9 3.7.4 2024-07-03 19:23:59 +02:00
mintty
adc7036609 3.7.3 2024-06-29 00:08:29 +02:00
mintty
fef944e1bb 3.7.2 2024-06-27 05:23:41 +02:00
2 changed files with 10 additions and 5 deletions

View File

@@ -1 +1 @@
3.7.1
3.7.4

View File

@@ -10,16 +10,16 @@
# wsltty release
ver=3.7.1
ver=3.7.4
# wsltty appx release - must have 4 parts!
verx=3.7.1.1
verx=3.7.4.1
##############################
# mintty release version
minttyver=3.7.1
minttyver=3.7.4
##############################
@@ -73,10 +73,15 @@ WINSDKVER=`regtool list '$(WINSDKKEY)' | sed -e '$$ q' -e d`
all: all-$(notdir $(CURDIR))
all-wsltty: check pkg
# targets and version checking
all-wsltty: check committed pkg
all-wsltty.appx: appx
committed:
if git status -suno | sed -e "s,^..,," | grep .; then false; fi
#############################################################################
# target checking and some defs