aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-12-17 15:51:45 +0000
committerSteve Mynott <steve.mynott@gmail.com>2017-01-21 11:49:43 +0000
commit8a129a4473e8f0409a27b4883ef608e5af61b9b6 (patch)
tree89c23d0777adb05bc2e9aeff6a7a570213ce7ac3
parent347e4547778c0ff05a44a8e5264fb02495548a6d (diff)
use new rakudo in forthcoming zef based star beta
-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 afda41b..f8b0a16 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 = 2016.11
+STAR_VERSION = 2016.12
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index a384349..2464519 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
-RAKUDO_VER = 2016.11
-NQP_VER = 2016.11
-MOAR_VER = 2016.11
+RAKUDO_VER = 2016.12
+NQP_VER = 2016.12
+MOAR_VER = 2016.12
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz