summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-07 15:17:53 +0000
committerKarl Berry <karl@freefriends.org>2011-06-07 15:17:53 +0000
commit9b55e6b31c949b720dd6b48f0d8949079ec122a0 (patch)
treec1ca76f0befb8bf77d2ba378d4202a8a2a8cae26 /Build/source/texk
parentaff7871cf4056645e1b3726b74aa8b314abb0c0f (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@22850 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl6
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 04eb02a94b1..a18e97935e3 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 22804 2011-06-05 23:21:10Z karl $
+# $Id: tlmgr.pl 22840 2011-06-06 23:30:48Z karl $
#
# Copyright 2008, 2009, 2010, 2011 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 22804 $';
-my $datrev = '$Date: 2011-06-06 01:21:10 +0200 (Mon, 06 Jun 2011) $';
+my $svnrev = '$Revision: 22840 $';
+my $datrev = '$Date: 2011-06-07 01:30:48 +0200 (Tue, 07 Jun 2011) $';
my $tlmgrrevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$tlmgrrevision = $1;