aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2017-10-20 12:52:22 +0100
committerSteve Mynott <steve.mynott@gmail.com>2017-10-27 10:20:14 +0100
commitf97afa87f3f5b065c3dff42deae7c7d3e3ffca00 (patch)
tree3cff96489f721538531d510468738895db642be5 /tools
parentf1ab57cfd1a42346cb776a76f65b71641ac393b3 (diff)
bump 2017.07 to .10 and remove panda replacing by panda-stub
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 fbfa23e..194bb58 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 = 2017.07
+STAR_VERSION = 2017.10
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 2afe9c7..e61702a 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -2,9 +2,9 @@
# eg. 2017.07 etc.
# Occasionally (mis-)used to pull in fixes (see 'lastmin-fixes.txt')
# eg. 2017.07-9-gc0abee7 etc.
-RAKUDO_VER = 2017.07
-NQP_VER = 2017.07-9-gc0abee7
-MOAR_VER = 2017.07
+RAKUDO_VER = 2017.10
+NQP_VER = 2017.10
+MOAR_VER = 2017.10
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz