mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
3.7.4
This commit is contained in:
parent
adc7036609
commit
fb1bf601e9
13
makefile
13
makefile
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
|
|
||||||
# wsltty release
|
# wsltty release
|
||||||
ver=3.7.3
|
ver=3.7.4
|
||||||
|
|
||||||
# wsltty appx release - must have 4 parts!
|
# wsltty appx release - must have 4 parts!
|
||||||
verx=3.7.3.1
|
verx=3.7.4.1
|
||||||
|
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
# mintty release version
|
# 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: all-$(notdir $(CURDIR))
|
||||||
|
|
||||||
all-wsltty: check pkg
|
# targets and version checking
|
||||||
|
|
||||||
|
all-wsltty: check committed pkg
|
||||||
|
|
||||||
all-wsltty.appx: appx
|
all-wsltty.appx: appx
|
||||||
|
|
||||||
|
committed:
|
||||||
|
if git status -suno | sed -e "s,^..,," | grep .; then false; fi
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# target checking and some defs
|
# target checking and some defs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user