diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-27 21:37:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-27 21:37:53 +0000 |
commit | 579779819d0768385350d87734ef25f0d491f022 (patch) | |
tree | 448449e3e7797acf3f264ac9b3643d06d7b57821 /Build | |
parent | 1912b112c3c5e6d672f5f5b7eec006ff6d89e732 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@61425 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 ba09e78bcda..8deab5ef5ca 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 61236 2021-12-06 22:13:25Z karl $ +# $Id: tlmgr.pl 61401 2021-12-24 22:42:10Z karl $ # # Copyright 2008-2021 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: 61236 $'; -my $datrev = '$Date: 2021-12-06 23:13:25 +0100 (Mon, 06 Dec 2021) $'; +my $svnrev = '$Revision: 61401 $'; +my $datrev = '$Date: 2021-12-24 23:42:10 +0100 (Fri, 24 Dec 2021) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -10236,7 +10236,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 61236 2021-12-06 22:13:25Z karl $ +$Id: tlmgr.pl 61401 2021-12-24 22:42:10Z karl $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html |