diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-05 22:17:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-05 22:17:17 +0000 |
commit | 980b7410cdd2e14152f006fdc1baa5041263b0b9 (patch) | |
tree | fa02a8419c91b9a5d51a3df9c5b1485c48f25364 /Build/source | |
parent | 674027830fb541fdb42c86773df06bf39316e75f (diff) |
lwarp (22mar22)
git-svn-id: svn://tug.org/texlive/trunk@62952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 11 |
2 files changed, 5 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua index 6b4d48c89e3..901d7d3f427 100755 --- a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua +++ b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua @@ -2,7 +2,7 @@ -- Copyright 2016-2022 Brian Dunn -printversion = "v0.904a" +printversion = "v0.905" requiredconfversion = "2" -- also at *lwarpmk.conf function printhelp () diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index 48d82305ba9..03e8b7e7269 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 62273 2022-02-28 08:52:17Z preining $ +# $Id: tlmgr.pl 62899 2022-04-04 17:45:51Z karl $ # # Copyright 2008-2022 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -7,8 +7,8 @@ use strict; use warnings; -my $svnrev = '$Revision: 62273 $'; -my $datrev = '$Date: 2022-02-28 09:52:17 +0100 (Mon, 28 Feb 2022) $'; +my $svnrev = '$Revision: 62899 $'; +my $datrev = '$Date: 2022-04-04 19:45:51 +0200 (Mon, 04 Apr 2022) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -7339,9 +7339,6 @@ TeX Live $TeXLive::TLConfig::ReleaseYear is frozen and will no longer be routinely updated. This happens when a new release is made, or will be made shortly. -If you're willing to help with pretesting a new release, and we hope -you are, please see https://tug.org/texlive/pretest.html. - For general status information about TeX Live, see its home page: https://tug.org/texlive @@ -10236,7 +10233,7 @@ This script and its documentation were written for the TeX Live distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. -$Id: tlmgr.pl 62273 2022-02-28 08:52:17Z preining $ +$Id: tlmgr.pl 62899 2022-04-04 17:45:51Z karl $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html |