aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-03-20 11:07:03 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-03-20 11:07:03 +0100
commitda8a9d3335387b3c63e6724dd93e5d6c5fddddc4 (patch)
treecf09bbba0d01d848cec3a63a724f9b1de37a9210 /tools
parent79d97523251307d60c6b88832c617dc50e7ed228 (diff)
Bump some versions
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 2919d5e..4b6759d 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.02
+STAR_VERSION = 2015.03
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 29eb982..7058520 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
-RAKUDO_VER = 2015.02
-NQP_VER = 2015.02
-MOAR_VER = 2015.02
+RAKUDO_VER = 2015.03
+NQP_VER = 2015.03
+MOAR_VER = 2015.03
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz