aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-09-19 10:26:06 +0000
committerMoritz Lenz <moritz@faui2k3.org>2015-09-19 10:26:06 +0000
commit405162034bcd72e50fddfa91684240fa47b30f9d (patch)
tree245b71d6868d604824ccac378820c9fa26efaabb /tools
parent06f75c42eb15c9248b5ca937f77f3e1e43b059c8 (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 a7cf471..7b70874 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.07
+STAR_VERSION = 2015.09
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 40e57a2..8362848 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
-RAKUDO_VER = 2015.07.2
-NQP_VER = 2015.07.2
-MOAR_VER = 2015.07
+RAKUDO_VER = 2015.09
+NQP_VER = 2015.09.1
+MOAR_VER = 2015.09
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz