aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 18:26:44 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 18:26:44 +0100
commit6e361ed3ac8942e9e26fae1fcf5b69257dbfaf4c (patch)
tree12d412a88e95a8d1fcd5a917c9605bab7525ba48 /tools/star/Makefile
parent9ba5b55cb17fc5c7f616658fe9f342dca24323e3 (diff)
Bump version in Makefile
Diffstat (limited to 'tools/star/Makefile')
-rw-r--r--tools/star/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index afb49ec..3bc3214 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.07
-NQP_VER = 2019.07
-MOAR_VER = 2019.07
+RAKUDO_VER = 2019.07.1
+NQP_VER = 2019.07.1
+MOAR_VER = 2019.07.1
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz