aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2013-05-28 23:23:07 -0500
committerpmichaud <pmichaud@pobox.com>2013-05-28 23:23:07 -0500
commit1631f371f2d3818d35850fdc20669d92ce3a1223 (patch)
treea93bad5dacd875d51ceaf9546d46f6441c16f6bb
parentcabee9dc58718716c581c845ef2d89416c6a93fa (diff)
Bump to use Parrot 5.3.0 (supported) instead of 5.2.0 (devel).
-rw-r--r--tools/star/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 4367144..9974951 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
RAKUDO_VER = 2013.05
NQP_VER = 2013.05
-PARROT_VER = 5.2.0
+PARROT_VER = 5.3.0
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz