From 31522d0d8e3fbf972a6c26161a7bec64705f2eb4 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 26 Jul 2012 10:39:39 -0500 Subject: Parrot puts some releases in devel/ and others in supported/ . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb70c27..e34ffdb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PARROT_VER = 4.6.0 -PARROT_REL = devel/$(PARROT_VER) +PARROT_REL = supported/$(PARROT_VER) NQP_VER = 2012.07 RAKUDO_VER = 2012.07 -- cgit v1.1