diff --git a/release-texlive.txt b/release-texlive.txt index 48e4c57b..8f09fb8b 100644 --- a/release-texlive.txt +++ b/release-texlive.txt @@ -1,4 +1,4 @@ -TeX Live (https://tug.org/texlive) version 2023 +TeX Live (https://tug.org/texlive) version 2024 This file is public domain. It is read by install-tl --version, tlmgr --version, and texconfig conf, and a final line appended with diff --git a/tlpkg/TeXLive/TLConfig.pm b/tlpkg/TeXLive/TLConfig.pm index 4301c416..0622adaf 100644 --- a/tlpkg/TeXLive/TLConfig.pm +++ b/tlpkg/TeXLive/TLConfig.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLConfig.pm - module exporting configuration values -# Copyright 2007-2023 Norbert Preining +# Copyright 2007-2024 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -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 = 2023; +our $ReleaseYear = 2024; # users can upgrade from this year to the current year; might be the # same as the release year, or any number of releases earlier.