diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-18 20:10:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-18 20:10:06 +0000 |
commit | a54b5d30860ad08a82b41adaa4ce3b1dfa1dd7e6 (patch) | |
tree | f877caf22273ef3b268bda53915e064ce5329e16 /Build | |
parent | cf7fedf4d61e556c21b230441f7823d6057dd60a (diff) |
l3 (18jun21)
git-svn-id: svn://tug.org/texlive/trunk@59627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index 86682dcb637..9e19aa3b432 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,12 +1,12 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 59291 2021-05-21 03:14:40Z preining $ +# $Id: tlmgr.pl 59568 2021-06-12 22:02:32Z karl $ # # Copyright 2008-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 59291 $'; -my $datrev = '$Date: 2021-05-21 05:14:40 +0200 (Fri, 21 May 2021) $'; +my $svnrev = '$Revision: 59568 $'; +my $datrev = '$Date: 2021-06-13 00:02:32 +0200 (Sun, 13 Jun 2021) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -10224,7 +10224,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 59291 2021-05-21 03:14:40Z preining $ +$Id: tlmgr.pl 59568 2021-06-12 22:02:32Z karl $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html |