summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-23 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2021-04-23 03:01:11 +0000
commit24c5753beaf378d35553785f02c3110a1c0fe293 (patch)
treebe3619b21e63117ba3cb279efb65081b600e74b9 /systems/texlive/tlnet/tlpkg/TeXLive
parent39a0cee90a81b676f789f5599ec8a4fb5e5bbd52 (diff)
CTAN sync 202104230301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 886553a8cd..384e6d9a32 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 58139 2021-03-05 00:26:37Z preining $
+# $Id: TLUtils.pm 58961 2021-04-22 00:55:07Z preining $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2021 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -6,7 +6,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 58139 $';
+my $svnrev = '$Revision: 58961 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }