aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2017-04-18 19:02:00 +0100
committerSteve Mynott <steve.mynott@gmail.com>2017-04-18 19:02:00 +0100
commit5398118aa1a1976137984c939199a3718eb486c9 (patch)
treeb8182352ceab46b20443dcee1bcc5ab7c7cf23fd
parent1beecd8f737bef022fe8317c3e4504c70445da84 (diff)
bump versions to 2017.04 and 04.1 for rakudo
-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 7f1e82d..6af05f1 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 = 2017.01
+STAR_VERSION = 2017.04
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index a38d75d..8c6212c 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
-RAKUDO_VER = 2017.01
-NQP_VER = 2017.01
-MOAR_VER = 2017.01
+RAKUDO_VER = 2017.04.1
+NQP_VER = 2017.04
+MOAR_VER = 2017.04
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz