diff options
author | Norbert Preining <norbert@preining.info> | 2020-03-01 03:01:38 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-03-01 03:01:38 +0000 |
commit | ad1928316d819ffb337fc4a926dbef47607dfb95 (patch) | |
tree | ccca9edbbeacc0e88602998f86c75b2c24c02af6 /systems/texlive/tlnet/tlpkg/TeXLive | |
parent | 4736ac744a8c914e0d5ced1d157e017a385bbf43 (diff) |
CTAN sync 202003010301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive')
-rw-r--r-- | systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm index 6572f00bb3..de421fc406 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm @@ -1,4 +1,4 @@ -# $Id: TLConfig.pm 53803 2020-02-16 17:17:22Z karl $ +# $Id: TLConfig.pm 53967 2020-02-28 23:41:57Z karl $ # TeXLive::TLConfig.pm - module exporting configuration values # Copyright 2007-2020 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -6,7 +6,7 @@ package TeXLive::TLConfig; -my $svnrev = '$Revision: 53803 $'; +my $svnrev = '$Revision: 53967 $'; my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown"; sub module_revision { return $_modulerevision; } @@ -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 |