1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01:00
This commit is contained in:
mintty 2024-07-03 00:00:00 +02:00
parent adc7036609
commit fb1bf601e9
2 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
3.7.3
3.7.4

View File

@ -10,16 +10,16 @@
# wsltty release
ver=3.7.3
ver=3.7.4
# wsltty appx release - must have 4 parts!
verx=3.7.3.1
verx=3.7.4.1
##############################
# mintty release version
minttyver=3.7.3
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