diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-26 17:51:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-26 17:51:21 +0000 |
commit | 312b400275fcb3524f3188d52f48aae532215799 (patch) | |
tree | a6ae75bd8a9b16a0f9a95272dc769b88d8000b6f /Master/tlpkg/TeXLive | |
parent | fb35a3c228c13fde3608b597bab2783151226099 (diff) |
2022 pretest start
git-svn-id: svn://tug.org/texlive/trunk@62186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-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 d80063c895e..670541ade61 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -62,7 +62,7 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -our $ReleaseYear = 2021; +our $ReleaseYear = 2022; # users can upgrade from this year to the current year; might be the # same as the release year, or any number of releases earlier. |