aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--tools/build/Makefile.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 806d504..f3ba0d5 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Perl 6 distribution for "early adopters".
-This is the 2015.03 release of Rakudo Star.
+This is the 2015.06 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2015 by the Rakudo Star Team.
@@ -51,7 +51,7 @@ The easiest way to build Rakudo Star for a particular backend is:
You can also build for all backends:
- $ perl Configure.pl --backend=jvm,moar --gen-moar
+ $ perl Configure.pl --backend=moar,jvm --gen-moar
Note that --gen-moar automatically builds a MoarVM for you, and implies
--gen-nqp, which builds NQP, a subset of Perl 6 that is used to implement
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 5f74c39..a0fb6f5 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -1,9 +1,9 @@
-# Copyright (C) 2006-2014, The Perl Foundation.
+# Copyright (C) 2006-2015, The Perl Foundation.
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2015.03
+STAR_VERSION = 2015.06
# install location
PREFIX_DIR = @prefix@