diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-13 17:31:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-13 17:31:15 +0000 |
commit | 1945bf45e83fb4483a30a328d2f93b9dec0e4c32 (patch) | |
tree | 3059755d6c59d65978ba6ce5d57bee4ca49a4834 /Master/tlpkg | |
parent | 901b512300bcd0174056bf94cac963e92326aaa5 (diff) |
2012
git-svn-id: svn://tug.org/texlive/trunk@26329 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 114e912ab74..8c1bd2e397c 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLConfig.pm - module exporting configuration values -# Copyright 2007, 2008, 2009, 2010, 2011 Norbert Preining +# Copyright 2007, 2008, 2009, 2010, 2011, 2012 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -54,7 +54,7 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -$ReleaseYear = 2011; +$ReleaseYear = 2012; # users can upgrade from this year to the current year; maybe a spread # of more than one year will be useful at some point, but not now. diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index c8b9d6460f1..ac94c3d9e7e 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -9,7 +9,7 @@ vc_id='$Id$' unset CDPATH unset LS_COLORS -yyyy=2011 +yyyy=2012 chicken=false critical= |