summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
index 97c65ba75f..f0135a364e 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
-# $Id: install-menu-perltk.pl 53076 2019-12-10 06:20:44Z preining $
+# $Id: install-menu-perltk.pl 53428 2020-01-16 23:29:27Z karl $
#
-# Copyright 2008-2014 Norbert Preining
+# Copyright 2008-2020 Norbert Preining
# Copyright 2008 Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -9,7 +9,7 @@
use strict;
$^W = 1;
-my $svnrev = '$Revision: 53076 $';
+my $svnrev = '$Revision: 53428 $';
$svnrev =~ m/: ([0-9]+) /;
$::menurevision = ($1 ? $1 : 'unknown');