From 8a129a4473e8f0409a27b4883ef608e5af61b9b6 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Sat, 17 Dec 2016 15:51:45 +0000 Subject: use new rakudo in forthcoming zef based star beta --- tools/build/Makefile.in | 2 +- tools/star/Makefile | 6 +++--- 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 -- cgit v1.1