From 9c32835eb2fcfa22020d93f987e6f0416d421856 Mon Sep 17 00:00:00 2001 From: Naoum Hankache Date: Sat, 9 Mar 2019 21:34:33 +0200 Subject: Update README and Makefile.in --- README | 7 +++---- tools/build/Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index c71c15a..01f4a1b 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ This is Rakudo Star, a useful, usable Rakudo Perl 6 production distribution. -This is the 2018.10 release of Rakudo Star for the 6.c version of Perl 6. +This is the 2019.03 release of Rakudo Star for the 6.d version of Perl 6. -Rakudo Star is Copyright (C) 2010 - 2018 by the Rakudo Star Team. +Rakudo Star is Copyright (C) 2010 - 2019 by the Rakudo Star Team. License Information @@ -175,7 +175,7 @@ Where to get help or answers to questions Also see http://faq.perl6.org/ There are several mailing lists, IRC channels, and wikis available with help -for PerlĀ 6 and Rakudo. +for PerlĀ 6 and Rakudo. A friendly IRC channel for new starter questions is irc.freenode.net/#perl6 @@ -228,4 +228,3 @@ AUTHOR Patrick Michaud (pmichaud@pobox.com) was originally the primary author and maintainer for Rakudo Star. See docs/CREDITS for further Rakudo Star authors, and */CREDITS for authors of other collected components. - diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 66b58a0..7152691 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -1,9 +1,9 @@ -# Copyright (C) 2006-2018, The Perl Foundation. +# Copyright (C) 2006-2019, The Perl Foundation. MOAR_DIR = moarvm NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2018.10 +STAR_VERSION = 2019.03 # install location PREFIX_DIR = @prefix@ -- cgit v1.1