diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-10 22:27:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-10 22:27:12 +0000 |
commit | bc3ae6448a13658743bf6c32b9fc0901f2c9e79c (patch) | |
tree | 3ca84c88b25e7e9a73b3307f9d6a6746b1fcea7d | |
parent | d7247a836df5b6246b278d83257e2ccfebef8013 (diff) |
(MinRelease): doc fix.
git-svn-id: svn://tug.org/texlive/trunk@40401 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 7bd06634d6f..166451419a7 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -58,9 +58,10 @@ BEGIN { # network packages, and in menu names, and other places. $ReleaseYear = 2016; -# 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 should work, we'll see +# users can upgrade from this year to the current year; might be the +# same as the release year, or any number of releases earlier. +# Generally not tested. +$MinRelease = 2013; # users can NOT upgrade due to internal changes, force a full installation #$MinRelease = $ReleaseYear; |