Skip to content

Commit

Permalink
Bump latest year number; b2gills+
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 21, 2017
1 parent 202459c commit cf7b01e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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<PERL6_TEST_TIMES>;
Expand Down
2 changes: 1 addition & 1 deletion 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;
Expand Down
2 changes: 1 addition & 1 deletion tools/create-release-announcement.pl6
Expand Up @@ -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
Expand Down

0 comments on commit cf7b01e

Please sign in to comment.