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.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
index 06c2829b47..97c65ba75f 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-perltk.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-menu-perltk.pl 48774 2018-09-27 15:05:00Z preining $
+# $Id: install-menu-perltk.pl 53076 2019-12-10 06:20:44Z preining $
#
# Copyright 2008-2014 Norbert Preining
# Copyright 2008 Reinhard Kotucha
@@ -9,7 +9,7 @@
use strict;
$^W = 1;
-my $svnrev = '$Revision: 48774 $';
+my $svnrev = '$Revision: 53076 $';
$svnrev =~ m/: ([0-9]+) /;
$::menurevision = ($1 ? $1 : 'unknown');