diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-28 23:41:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-28 23:41:57 +0000 |
commit | 8c05e9bd66b665e4c6f4f060d150657dbe79a70c (patch) | |
tree | b129af6a58da1093be6718426bbce2e2bf14b783 | |
parent | cbf542baef6445ed90f7059a5d4ea30d5e65402f (diff) |
frozen=>1 for final freeze of TL2019
git-svn-id: svn://tug.org/texlive/trunk@53967 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 7e83c3d5daf..14f2cbc166f 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -161,7 +161,7 @@ our %TLPDBConfigs = ( "container_format" => $DefaultCompressorFormat, "minrelease" => $MinRelease, "release" => $ReleaseYear, - "frozen" => 0, + "frozen" => 1, ); # definition of the option strings and their value types |