diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-05 23:20:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-05 23:20:18 +0000 |
commit | ea91e68aa17587b21113424f6ab4811f9d4cc5b3 (patch) | |
tree | 6c357ba1701d2ff92079b5ce8cf58d4209f9674d /Build | |
parent | 761d792aaf8db6f81f4a837f373e34f916ecda63 (diff) |
luaotfload (5feb17)
git-svn-id: svn://tug.org/texlive/trunk@43150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index b6cbb8312ae..ae265967600 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,13 +1,13 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 42960 2017-01-15 11:47:53Z preining $ +# $Id: tlmgr.pl 43137 2017-02-04 16:27:16Z karl $ # # Copyright 2008-2016 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # -my $svnrev = '$Revision: 42960 $'; -my $datrev = '$Date: 2017-01-15 12:47:53 +0100 (Sun, 15 Jan 2017) $'; +my $svnrev = '$Revision: 43137 $'; +my $datrev = '$Date: 2017-02-04 17:27:16 +0100 (Sat, 04 Feb 2017) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { |