aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-28 15:37:07 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-28 15:41:28 +0100
commite05c0291f51b420c63234e49ff41a0245160446e (patch)
tree5a21f8ebb8dfd774d9d63baf40333a888557af84
parentc2beccdafb2f98b76594f5680d4e9dab70ad3d77 (diff)
Bump component versions
-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 5ce58e2..29d5071 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 = 2019.11
+STAR_VERSION = 2020.01
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 3744e21..33679a8 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 = 2019.11
-NQP_VER = 2019.11
-MOAR_VER = 2019.11
+RAKUDO_VER = 2020.01
+NQP_VER = 2020.01
+MOAR_VER = 2020.01.1
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz