diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-12 15:20:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-12 15:20:30 +0000 |
commit | 70026c3c818170e14d1cea1156cf40f328ee9f6d (patch) | |
tree | c5ce24c224cea00478ed36dc11cc76f51436d537 /Master/tlpkg/TeXLive | |
parent | f4eeefac4175916b6911ae7e89f5ff898181340c (diff) |
version/year updates for TeX Live 2015
git-svn-id: svn://tug.org/texlive/trunk@36787 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/TLUtils.pm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 0ea72e519d4..ed8a060ade7 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-2014 Norbert Preining +# Copyright 2007-2015 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -55,11 +55,11 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -$ReleaseYear = 2014; +$ReleaseYear = 2015; # 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. -$MinRelease = 2013; # upgrade from 2013 to 2015 might work? +$MinRelease = 2013; # upgrade from 2013 to 2015 should work, we'll see # users can NOT upgrade due to internal changes, force a full installation #$MinRelease = $ReleaseYear; diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 21193f79347..5a91cd67e95 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. -# Copyright 2007-2014 Norbert Preining, Reinhard Kotucha +# Copyright 2007-2015 Norbert Preining, Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. |