From db245e1d4f6365e948c79cefeb7cab2870bb7957 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 2 Mar 2018 00:23:24 +0000 Subject: frozen => 1 for end of TL17 updates git-svn-id: svn://tug.org/texlive/trunk@46779 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLConfig.pm') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 75791cff387..f5efd41178c 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -52,7 +52,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 = 2017; +$ReleaseYear = 2018; # users can upgrade from this year to the current year; might be the # same as the release year, or any number of releases earlier. @@ -108,7 +108,7 @@ our $DefaultContainerFormat = "xz"; our $DefaultContainerExtension = "tar.$DefaultContainerFormat"; # archive (not user) settings. -# these can be overriden by putting them into 00texlive.config.tlpsrc +# these can be overridden by putting them into 00texlive.config.tlpsrc # in the format # depend key/value our %TLPDBConfigs = ( @@ -117,7 +117,7 @@ our %TLPDBConfigs = ( "container_format" => $DefaultContainerFormat, "minrelease" => $MinRelease, "release" => $ReleaseYear, - "frozen" => 0, + "frozen" => 1, ); # definition of the option strings and their value types -- cgit v1.2.3