1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00
This commit is contained in:
mintty 2020-11-11 00:00:00 +01:00
parent 9feb6b7187
commit 9c9b88d416
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.4.2 3.4.3

View File

@ -8,16 +8,16 @@
# wsltty release # wsltty release
ver=3.4.2 ver=3.4.3
# wsltty appx release - must have 4 parts! # wsltty appx release - must have 4 parts!
verx=3.4.2.0 verx=3.4.3.0
############################## ##############################
# mintty release version # mintty release version
minttyver=3.4.2 minttyver=3.4.3
############################## ##############################
@ -268,7 +268,7 @@ copcab: ver
cp *.url $(CAB)/ cp *.url $(CAB)/
cp *.bat $(CAB)/ cp *.bat $(CAB)/
cp config-distros.sh $(CAB)/ cp config-distros.sh $(CAB)/
cp makeshortcut.vbs $(CAB)/ cp mkshortcut.vbs $(CAB)/
cop: copcab cop: copcab
mkdir -p rel mkdir -p rel