aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2011-07-29 12:17:25 -0500
committerpmichaud <pmichaud@pobox.com>2011-07-29 12:17:25 -0500
commit1e6a045b94955b0bd41ce717678a673132c04fda (patch)
treeedb445715cf55132d19cba6ff7ee51da3e5dd1ac
parentabd0c1d3edf8b6c80b69b1f7e3629ca5fcd81222 (diff)
Bump parrot version to 3.6.0.
-rw-r--r--skel/build/gen_parrot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/build/gen_parrot.pl b/skel/build/gen_parrot.pl
index 2773e53..1cbb51f 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.3.0') || die "Can't chdir to 'parrot-3.3.0': $!";
+chdir('parrot-3.6.0') || die "Can't chdir to 'parrot-3.6.0': $!";
## If we have a Makefile from a previous build, do a 'make realclean'
if (-f 'Makefile') {