diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-12 17:52:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-12 17:52:34 +0000 |
commit | a3692c4e3bb7ade34c064ce15e23de14e339ef2e (patch) | |
tree | c0cc4ce3e7f6b7632be0336007cee252a0ca0445 /Build/source/texk/tests | |
parent | 476a19e38e9ef3021e99243fd1d30b51ba03e6c3 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@36802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests')
-rw-r--r-- | Build/source/texk/tests/TeXLive/TLConfig.pm | 8 | ||||
-rw-r--r-- | Build/source/texk/tests/TeXLive/TLUtils.pm | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm index 573efa08d56..1a4424c8e82 100644 --- a/Build/source/texk/tests/TeXLive/TLConfig.pm +++ b/Build/source/texk/tests/TeXLive/TLConfig.pm @@ -1,11 +1,11 @@ # TeXLive::TLConfig.pm - module exporting configuration values -# Copyright 2007-2014 Norbert Preining +# Copyright 2007-2015 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. package TeXLive::TLConfig; -my $svnrev = '$Revision: 35731 $'; +my $svnrev = '$Revision: 36787 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -54,11 +54,11 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -$ReleaseYear = 2014; +$ReleaseYear = 2015; # 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 = 2013; # upgrade from 2013 to 2015 might work? +$MinRelease = 2013; # upgrade from 2013 to 2015 should work, we'll see # users can NOT upgrade due to internal changes, force a full installation #$MinRelease = $ReleaseYear; diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm index ca32f0e44dc..7b116558671 100644 --- a/Build/source/texk/tests/TeXLive/TLUtils.pm +++ b/Build/source/texk/tests/TeXLive/TLUtils.pm @@ -1,11 +1,11 @@ # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. -# Copyright 2007-2014 Norbert Preining, Reinhard Kotucha +# Copyright 2007-2015 Norbert Preining, Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. package TeXLive::TLUtils; -my $svnrev = '$Revision: 35937 $'; +my $svnrev = '$Revision: 36787 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; |