aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-10-29 17:48:34 +0000
committerSteve Mynott <steve.mynott@gmail.com>2018-11-11 14:54:32 +0000
commitd79049d4cc400fb587b29bb1c6e69c18d3226370 (patch)
tree64abd0d270409972e07b4b80e45ad257afebc487
parentcd6f392c87368a8c48ac03bf6862a1c81d62a5c5 (diff)
bump versions
-rw-r--r--README2
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile6
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 708d5dd..c71c15a 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Rakudo Perl 6 production distribution.
-This is the 2018.06 release of Rakudo Star for the 6.c version of Perl 6.
+This is the 2018.10 release of Rakudo Star for the 6.c version of Perl 6.
Rakudo Star is Copyright (C) 2010 - 2018 by the Rakudo Star Team.
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 4cff07d..66b58a0 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.06
+STAR_VERSION = 2018.10
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 9bb9922..de58fae 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.06
-NQP_VER = 2018.06
-MOAR_VER = 2018.06
+RAKUDO_VER = 2018.10
+NQP_VER = 2018.10
+MOAR_VER = 2018.10
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz