aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-02-20 08:32:44 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-02-20 08:32:44 +0100
commitb6d7f3aa970820e9b768810a86d3b69eb0609804 (patch)
treeb2431b40e07b6e2f302b4187fd134e8a1354a734
parent28cb7b1c38e282504c3179df4795b0e8aba5f8b5 (diff)
Adjust versions to the Rakudo 2015.02 compiler release
-rw-r--r--tools/star/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 0cfd9bd..209251a 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,7 +1,7 @@
-RAKUDO_VER = 2015.01.1
-NQP_VER = 2015.01
-PARROT_VER = 7.0.1
-MOAR_VER = 2015.01
+RAKUDO_VER = 2015.02
+NQP_VER = 2015.02
+PARROT_VER = 6.10.0
+MOAR_VER = 2015.02
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz