summaryrefslogtreecommitdiff
path: root/Build/source/texk/tests
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-07 17:22:52 +0000
committerKarl Berry <karl@freefriends.org>2016-04-07 17:22:52 +0000
commit8d8720152dac97a1f2f144b374d54913cafadc20 (patch)
treec7e07a3cf38187d8b5741d0797c950944849f052 /Build/source/texk/tests
parent59aa260e9d95e9aa3ad62a8c0c8d14832ea282db (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@40309 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests')
-rw-r--r--Build/source/texk/tests/TeXLive/TLConfig.pm7
-rw-r--r--Build/source/texk/tests/TeXLive/TLUtils.pm4
2 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm
index e1bdb5d4fed..4d35866893d 100644
--- a/Build/source/texk/tests/TeXLive/TLConfig.pm
+++ b/Build/source/texk/tests/TeXLive/TLConfig.pm
@@ -1,12 +1,11 @@
-# $Id: TLConfig.pm 39006 2015-12-03 18:53:45Z karl $
# TeXLive::TLConfig.pm - module exporting configuration values
-# Copyright 2007-2015 Norbert Preining
+# Copyright 2007-2016 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 39006 $';
+my $svnrev = '$Revision: 40251 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -56,7 +55,7 @@ BEGIN {
# the year of our release, will be used in the location of the
# network packages, and in menu names, and other places.
-$ReleaseYear = 2015;
+$ReleaseYear = 2016;
# 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.
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm
index 94901e8325b..ac14adf3f3e 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-2015 Norbert Preining, Reinhard Kotucha
+# Copyright 2007-2016 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: 39362 $';
+my $svnrev = '$Revision: 40251 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;