diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-01 22:41:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-01 22:41:34 +0000 |
commit | 668f13d96ea148cade89c8813883c8b5a90cb55e (patch) | |
tree | 87dbce84d5d729eb97523a0ea8456f1ee92f8e46 /Master/tlpkg/TeXLive/TLConfig.pm | |
parent | deedcbb2fcadc2f06b4bb1c656d9ad7f5c3bdf6e (diff) |
2020 pretest setup (again)
git-svn-id: svn://tug.org/texlive/trunk@53987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 14f2cbc166f..b9e339cdd3e 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -57,11 +57,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 = 2019; +$ReleaseYear = 2020; # 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. +# Generally not tested, but should be. $MinRelease = 2016; # Meta Categories do not ship files, but only call for other packages. @@ -161,7 +161,7 @@ our %TLPDBConfigs = ( "container_format" => $DefaultCompressorFormat, "minrelease" => $MinRelease, "release" => $ReleaseYear, - "frozen" => 1, + "frozen" => 0, ); # definition of the option strings and their value types |