aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-01-25 10:27:13 +0000
committerSteve Mynott <steve.mynott@gmail.com>2018-01-25 10:27:13 +0000
commit4b4e5e3fca009eaf4598292c209125dd677848cf (patch)
treeb071759c4e8b14ccd2b102fd9cd66eb15250b083
parent03341ed511d4bc0a827a413f7fc4826277249e90 (diff)
bump moar, nqp and rakudo
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile6
-rw-r--r--tools/star/release-guide.pod2
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