From 42b877048d63ab0f2786ac1557f40e065cd22376 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 28 Jan 2011 08:56:30 -0600 Subject: Update Makefiles, Parrot config. --- Makefile | 6 +++--- skel/build/gen_parrot.pl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index edaa487..13041e8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -PARROT_VER = 2.11.0 -PARROT_REL = devel/$(PARROT_VER) -RAKUDO_VER = 2010.12 +PARROT_VER = 3.0.0 +PARROT_REL = supported/$(PARROT_VER) +RAKUDO_VER = 2011.01 DISTDIR = rakudo-star-$(VERSION) diff --git a/skel/build/gen_parrot.pl b/skel/build/gen_parrot.pl index 3d65991..b989c5f 100644 --- a/skel/build/gen_parrot.pl +++ b/skel/build/gen_parrot.pl @@ -24,7 +24,7 @@ use 5.008; # Work out slash character to use. my $slash = $^O eq 'MSWin32' ? '\\' : '/'; -chdir('parrot-2.11.0') || die "Can't chdir to 'parrot-2.11.0': $!"; +chdir('parrot-3.0.0') || die "Can't chdir to 'parrot-3.0.0': $!"; ## If we have a Makefile from a previous build, do a 'make realclean' if (-f 'Makefile') { -- cgit v1.1