Skip to content

Commit

Permalink
3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 3, 2024
1 parent adc7036 commit fb1bf60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.3
3.7.4
13 changes: 9 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##############################

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fb1bf60

Please sign in to comment.