summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-12 03:01:35 +0000
committerNorbert Preining <norbert@preining.info>2019-12-12 03:01:35 +0000
commit867fe7fec2734700356f0f80dbfcad265a6e4e54 (patch)
tree731b40e40f095a2356105f67751e5eb90b0c77ff /systems/texlive/tlnet/install-tl
parente22515f37100cb2802961f6a7cb76c8a22a118db (diff)
CTAN sync 201912120301
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index fe28bd0e58..80eb08679f 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 52435 2019-10-18 22:03:53Z karl $
+# $Id: install-tl 53076 2019-12-10 06:20:44Z preining $
# Copyright 2007-2019
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 52435 $';
+my $svnrev = '$Revision: 53076 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -3183,7 +3183,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: install-tl 52435 2019-10-18 22:03:53Z karl $
+$Id: install-tl 53076 2019-12-10 06:20:44Z preining $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html