aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaoum Hankache <naoum88@gmail.com>2019-03-09 21:34:33 +0200
committerNaoum Hankache <naoum88@gmail.com>2019-03-09 21:34:33 +0200
commit9c32835eb2fcfa22020d93f987e6f0416d421856 (patch)
treec27161cf0b0ce30e0c77ef0293c8eb32de644b87
parentf34dabbfbe7e9c9f6fda61397c7172329c1e4812 (diff)
Update README and Makefile.in
-rw-r--r--README7
-rw-r--r--tools/build/Makefile.in4
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@