aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-04-24 11:56:00 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-04-25 16:06:29 +0100
commit80fa5430655f4ca4ddf518258067b49d2232c38e (patch)
tree0c4a5f61a897b1919a509a7784adf6b94d4875a6 /tools
parent7784dd293e26148514eb60bc785ffee1cd31644a (diff)
bump rakudo,nqp & MoarVM release versions
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 028a083..c1c8162 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 = 2018.01
+STAR_VERSION = 2018.04
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index b76acd9..08f1164 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 = 2018.01
-NQP_VER = 2018.01
-MOAR_VER = 2018.01
+RAKUDO_VER = 2018.04
+NQP_VER = 2018.04
+MOAR_VER = 2018.04
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz