aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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') {