1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-11-06 18:11:50 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
mintty
76fad756e1 3.5.1 2021-09-03 22:37:00 +02:00
mintty
600df69bb8 3.5.1 2021-09-03 22:05:59 +02:00
mintty
97dc68d64a ensure wsltty-specific recompile for mintty -V message (#284) 2021-05-11 00:57:26 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
3.5.0.2
3.5.1

View File

@@ -10,16 +10,16 @@
# wsltty release
ver=3.5.0.2
ver=3.5.1
# wsltty appx release - must have 4 parts!
verx=3.5.0.2
verx=3.5.1.1
##############################
# mintty release version
minttyver=3.5.0
minttyver=3.5.1
##############################
@@ -185,6 +185,7 @@ appxversion=VERSION_SUFFIX=" wsltty appx $(verx)" WSLTTY_VERSION="$(verx)"
mintty-build:
# ensure rebuild of version-specific check and message
rm -f mintty-$(minttyver)/bin/*/windialog.o
rm -f mintty-$(minttyver)/bin/*/winmain.o
# build mintty
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
mkdir -p bin