aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile6
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 0e9541a..743feb6 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Perl 6 production distribution.
-This is the 2017.04 release of Rakudo Star for the 6.c version of Perl 6.
+This is the 2017.07 release of Rakudo Star for the 6.c version of Perl 6.
Rakudo Star is Copyright (C) 2010 - 2017 by the Rakudo Star Team.
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 6af05f1..635ce76 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -3,7 +3,7 @@
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2017.04
+STAR_VERSION = 2017.07
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 13b1330..dcc2de7 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,9 +1,9 @@
-RAKUDO_VER = 2017.04.3
+RAKUDO_VER = 2017.07
# XXX Work around
# note neither of the following two tarballs exist on the FTP site(s)
# manually create under src/
-NQP_VER = 2017.04-24-g87501f7b
-MOAR_VER = 2017.04-53-g66c6dda
+NQP_VER = 2017.07
+MOAR_VER = 2017.07
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz