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 f3ba0d5..5608b4a 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.06 release of Rakudo Star.
+This is the 2015.07 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2015 by the Rakudo Star Team.
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index a0fb6f5..a7cf471 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 = 2015.06
+STAR_VERSION = 2015.07
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 2adadc0..40e57a2 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
-RAKUDO_VER = 2015.06
-NQP_VER = 2015.06
-MOAR_VER = 2015.06
+RAKUDO_VER = 2015.07.2
+NQP_VER = 2015.07.2
+MOAR_VER = 2015.07
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz