diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-28 16:35:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-28 16:35:28 +0000 |
commit | c96567a73dfa159f9672fa2819ce0b3cd198d764 (patch) | |
tree | 8208e2b54d9976a754f5901876d6d3d84bd02cc9 /Master/tlpkg/TeXLive | |
parent | ceb3dc5ad4e1cb33d6acfc37b57c7e29bd49e10d (diff) |
2011
git-svn-id: svn://tug.org/texlive/trunk@22642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 6 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/trans.pl | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index f13ebbd94a2..7447431b9ec 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -1,6 +1,6 @@ # $Id$ -# TeXLive::TLConfig.pm - module exporting configuration stuff -# Copyright 2007, 2008, 2009, 2010 Norbert Preining +# TeXLive::TLConfig.pm - module exporting configuration values +# Copyright 2007, 2008, 2009, 2010, 2011 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -53,7 +53,7 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and probably many other places -$ReleaseYear = 2010; +$ReleaseYear = 2011; # Meta Categories do not ship files, but call only for other packages our @MetaCategories = qw/Collection Scheme/; diff --git a/Master/tlpkg/TeXLive/trans.pl b/Master/tlpkg/TeXLive/trans.pl index 6de1acfc756..c110b72922b 100644 --- a/Master/tlpkg/TeXLive/trans.pl +++ b/Master/tlpkg/TeXLive/trans.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# $Id: trans.pl 14198 2009-07-09 11:39:06Z preining $ -# Copyright 2009, 2010 Norbert Preining +# $Id$ +# Copyright 2009, 2010, 2011 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # |