diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-03 23:17:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-03 23:17:01 +0000 |
commit | 38cfa8741cf7a2a87b912ae03ba083fb29e0c8a2 (patch) | |
tree | ef23aaaa4c16968a4a6d7e1851f69f5609b7f026 /Master/tlpkg/TeXLive | |
parent | a038a87d3262e71bf179f9169cbcf7059b681dab (diff) |
MinRelease should have been set to 2013 to allow upgrades to the 2014 release
git-svn-id: svn://tug.org/texlive/trunk@35731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 651019ca46c..0ea72e519d4 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -59,10 +59,10 @@ $ReleaseYear = 2014; # 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 = $ReleaseYear - 1; +$MinRelease = 2013; # upgrade from 2013 to 2015 might work? # users can NOT upgrade due to internal changes, force a full installation -$MinRelease = $ReleaseYear; +#$MinRelease = $ReleaseYear; # Meta Categories do not ship files, but only call for other packages. our @MetaCategories = qw/Collection Scheme/; |