summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-19 03:01:02 +0000
committerNorbert Preining <norbert@preining.info>2021-02-19 03:01:02 +0000
commitf670508774c35b585b520fa9217d156664b4cb2a (patch)
treefcf8e0722878a1789f7a4200d247850c1a39a647 /systems/texlive/tlnet/tlpkg/TeXLive
parent154cba57ad7bf6df84889efda0fa5cd8b1e54828 (diff)
CTAN sync 202102190301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index e5e9c5a993..76b1c77af5 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,12 +1,12 @@
-# $Id: TLUtils.pm 57421 2021-01-14 23:27:16Z karl $
+# $Id: TLUtils.pm 57772 2021-02-17 19:01:36Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
-# Copyright 2007-2020 Norbert Preining, Reinhard Kotucha
+# Copyright 2007-2021 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
# or any later version.
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 57421 $';
+my $svnrev = '$Revision: 57772 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }