aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2011-04-27 08:21:19 -0500
committerpmichaud <pmichaud@pobox.com>2011-04-27 08:21:19 -0500
commit8c68a22de0dc443cc1cee44a8497caaebc0916a2 (patch)
treec42508dc20de270d9ae4d12bac89ae771356f8d0
parent589a29de4c8fb7e7b2c5d96779b1fd1a369fe396 (diff)
Bump Makefile and gen_parrot versions.
-rw-r--r--Makefile4
-rw-r--r--skel/build/gen_parrot.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 13041e8..797d88a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-PARROT_VER = 3.0.0
+PARROT_VER = 3.3.0
PARROT_REL = supported/$(PARROT_VER)
-RAKUDO_VER = 2011.01
+RAKUDO_VER = 2011.04
DISTDIR = rakudo-star-$(VERSION)
diff --git a/skel/build/gen_parrot.pl b/skel/build/gen_parrot.pl
index b989c5f..2773e53 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-3.0.0') || die "Can't chdir to 'parrot-3.0.0': $!";
+chdir('parrot-3.3.0') || die "Can't chdir to 'parrot-3.3.0': $!";
## If we have a Makefile from a previous build, do a 'make realclean'
if (-f 'Makefile') {