diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-02 22:02:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-02 22:02:43 +0000 |
commit | e4e5bf0f152ea04be229a2747f8b3c2edc4407e7 (patch) | |
tree | 9c5cd61daa005af44bd3f8615574121ac434b315 /Master/texmf-dist/scripts | |
parent | 7282f0820d643e7b73cfbc1c46593f1099dd62a9 (diff) |
lwarp (2mar17)
git-svn-id: svn://tug.org/texlive/trunk@43383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/lwarp/lwarpmk.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua index 94ae36a62f2..71f801fae2b 100755 --- a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua +++ b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua @@ -1,10 +1,10 @@ #!/usr/bin/env texlua --- Copyright 2016 Brian Dunn +-- Copyright 2016-2017 Brian Dunn -- Print the usage of the lwarpmk command: -printversion = "v0.21" +printversion = "v0.22" function printhelp () print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ; |