aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile.in4
-rw-r--r--tools/star/MANIFEST.exclude1
-rw-r--r--tools/star/Makefile6
3 files changed, 5 insertions, 6 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 66b58a0..7152691 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -1,9 +1,9 @@
-# Copyright (C) 2006-2018, The Perl Foundation.
+# Copyright (C) 2006-2019, The Perl Foundation.
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2018.10
+STAR_VERSION = 2019.03
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/MANIFEST.exclude b/tools/star/MANIFEST.exclude
index 6a090c7..eb4c25e 100644
--- a/tools/star/MANIFEST.exclude
+++ b/tools/star/MANIFEST.exclude
@@ -1,2 +1 @@
-README.md
tools/star/
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 20b9d24..f47d39a 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.10
-NQP_VER = 2018.10
-MOAR_VER = 2018.10
+RAKUDO_VER = 2019.03
+NQP_VER = 2019.03
+MOAR_VER = 2019.03
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz