aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2011-01-28 08:56:30 -0600
committerpmichaud <pmichaud@pobox.com>2011-01-28 08:56:30 -0600
commit42b877048d63ab0f2786ac1557f40e065cd22376 (patch)
treece4f8d83e70eef4c80212d96ac45c516091d4a16
parent76b5a911d31c47a9e3f7c05c76be97702cb614a4 (diff)
Update Makefiles, Parrot config.
-rw-r--r--Makefile6
-rw-r--r--skel/build/gen_parrot.pl2
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') {