aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-07-29 13:23:07 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-07-29 13:23:07 +0100
commit0eb9b3e2e3c7ee4d07aebda219e69521139d7054 (patch)
tree965d2091da26b8651daf2e938d5cb243f90d10f0
parenteb2ae56047cf7d297710a693aeb41862000e2194 (diff)
bump versions of star,moar etc.
-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 da7e6a5..685813d 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.04
+STAR_VERSION = 2018.06
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 234a973..96daf01 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.04.1
-NQP_VER = 2018.04.1
-MOAR_VER = 2018.04.1
+RAKUDO_VER = 2018.06
+NQP_VER = 2018.06
+MOAR_VER = 2018.06
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz