aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-09-25 21:54:16 +0200
committerTobias Leich <email@froggs.de>2014-09-25 21:54:16 +0200
commitf14ee0fd3c3dc30e163916d1ff2291c33b861eca (patch)
tree4fa7929d059cf31545a348c0edb68c28035d3376
parent54b69eba8141785d1839ade4e161e7d06fb6a800 (diff)
update versions to 2014.09
-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 7311ee8..2bb7685 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.08
+STAR_VERSION = 2014.09
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index e89a97c..88c57b6 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,7 +1,7 @@
-RAKUDO_VER = 2014.08
-NQP_VER = 2014.08
+RAKUDO_VER = 2014.09
+NQP_VER = 2014.09
PARROT_VER = 6.7.0
-MOAR_VER = 2014.08
+MOAR_VER = 2014.09
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz