From 4b4e5e3fca009eaf4598292c209125dd677848cf Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Thu, 25 Jan 2018 10:27:13 +0000 Subject: bump moar, nqp and rakudo --- tools/build/Makefile.in | 2 +- tools/star/Makefile | 6 +++--- tools/star/release-guide.pod | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index d1569a3..70793c9 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.10 +STAR_VERSION = 2018.01 # install location PREFIX_DIR = @prefix@ diff --git a/tools/star/Makefile b/tools/star/Makefile index 7274ab9..b76acd9 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.10 -NQP_VER = 2017.10 -MOAR_VER = 2017.10 +RAKUDO_VER = 2018.01 +NQP_VER = 2018.01 +MOAR_VER = 2018.01 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index 239889b..ec19e6a 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -321,5 +321,7 @@ You're done! Celebrate with the appropriate amount of fun. 2017.07 stmuk 2017.10 stmuk + 2018.01 stmuk + =cut -- cgit v1.1