From 26615a6c6ef9eeee5a91104f4779826c3e578db3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 May 2011 23:06:34 +0000 Subject: ($MinRelease): new variable, set to $ReleaseYear - 1 (= 2010). (%TLPDBConfigs): "minrelease" => $MinRelease. git-svn-id: svn://tug.org/texlive/trunk@22695 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 7447431b9ec..3503cc65271 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -52,10 +52,14 @@ BEGIN { } # the year of our release, will be used in the location of the -# network packages, and in menu names, and probably many other places +# network packages, and in menu names, and other places. $ReleaseYear = 2011; -# Meta Categories do not ship files, but call only for other packages +# users can upgrade from this year to the current year; maybe a spread +# of more than one year will be useful at some point, but not now. +$MinRelease = $ReleaseYear - 1; + +# Meta Categories do not ship files, but only call for other packages. our @MetaCategories = qw/Collection Scheme/; our $MetaCategoriesRegexp = '(Collection|Scheme)'; # @@ -108,6 +112,7 @@ our %TLPDBConfigs = ( "container_split_src_files" => 1, "container_split_doc_files" => 1, "container_format" => $DefaultContainerFormat, + "minrelease" => $MinRelease, "release" => $ReleaseYear, ); -- cgit v1.2.3