diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-18 15:17:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-18 15:17:50 +0000 |
commit | 2bd793f897d13d43a730e8a67ace22853df406d3 (patch) | |
tree | bbb22a91d203a29d48eb03db27325bada40bc74b /Build/source/utils/biber/TeXLive | |
parent | 73e9e24d45dd4416e978feac22d0b88380f2eb7a (diff) |
e-pTeX-110315 (mostly)
git-svn-id: svn://tug.org/texlive/trunk@21756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/biber/TeXLive')
-rw-r--r-- | Build/source/utils/biber/TeXLive/TLUtils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/biber/TeXLive/TLUtils.pm b/Build/source/utils/biber/TeXLive/TLUtils.pm index f8d921dea14..dda38e50936 100644 --- a/Build/source/utils/biber/TeXLive/TLUtils.pm +++ b/Build/source/utils/biber/TeXLive/TLUtils.pm @@ -1,4 +1,4 @@ -# $Id: TLUtils.pm 21714 2011-03-14 21:27:26Z karl $ +# $Id: TLUtils.pm 21755 2011-03-18 08:36:58Z peter $ # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. # Copyright 2007, 2008, 2009, 2010 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: 21714 $'; +my $svnrev = '$Revision: 21755 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; |