From cf7b01ef80ea80c17fe470aed913bf4a3f060dee Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Thu, 21 Dec 2017 11:33:21 -0500 Subject: [PATCH] Bump latest year number; b2gills+ --- lib/Test.pm6 | 2 +- tools/build/create-moar-runner.pl | 2 +- tools/create-release-announcement.pl6 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Test.pm6 b/lib/Test.pm6 index eebd4c9fe33..5a973574995 100644 --- a/lib/Test.pm6 +++ b/lib/Test.pm6 @@ -1,7 +1,7 @@ use MONKEY-GUTS; # Allow NQP ops. unit module Test; -# Copyright (C) 2007 - 2017 The Perl Foundation. +# Copyright (C) 2007 - 2018 The Perl Foundation. # settable from outside my int $perl6_test_times = ?%*ENV; diff --git a/tools/build/create-moar-runner.pl b/tools/build/create-moar-runner.pl index bf7ab3d74e8..a36b8141447 100644 --- a/tools/build/create-moar-runner.pl +++ b/tools/build/create-moar-runner.pl @@ -1,5 +1,5 @@ #! perl6 -# Copyright (C) 2013-2017, The Perl Foundation. +# Copyright (C) 2013-2018, The Perl Foundation. use v6; my ($moar, $mbc, $install_to, $p6_mbc_path, $toolchain, $blib, @libpaths) = @*ARGS; diff --git a/tools/create-release-announcement.pl6 b/tools/create-release-announcement.pl6 index 4aab66ec0d7..f83229e5d4f 100755 --- a/tools/create-release-announcement.pl6 +++ b/tools/create-release-announcement.pl6 @@ -12,7 +12,7 @@ This release implements the 6.c version of the PerlĀ 6 specifications. It includes bugfixes and optimizations on top of the 2015.12 release of Rakudo. -Upcoming releases in 2017 will include new functionality that is not +Upcoming releases in 2018 will include new functionality that is not part of the 6.c specification, available with a lexically scoped pragma. Our goal is to ensure that anything that is tested as part of the 6.c specification will continue to work unchanged. There may be incremental