aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-08-30 23:20:13 +0200
committerTobias Leich <email@froggs.de>2014-08-30 23:20:13 +0200
commitd96e37a9a666a306876169c7fedea9e93526234c (patch)
tree0eaca00ee984a95dbfa8250a4eec8f88e9ba3214
parent008b70b1fe28d5c73978b8f75f2125fa62ec2a3b (diff)
update version to 2014.08 (and 6.7.0 for parrot)
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 817ae0e..282cadd 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -4,7 +4,7 @@ PARROT_DIR = parrot
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2014.06
+STAR_VERSION = 2014.08
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index a3bf2d7..04d6de5 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,7 +1,7 @@
-RAKUDO_VER = 2014.06
-NQP_VER = 2014.06
-PARROT_VER = 6.5.0
-MOAR_VER = 2014.06
+RAKUDO_VER = 2014.08
+NQP_VER = 2014.08
+PARROT_VER = 6.7.0
+MOAR_VER = 2014.08
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz