aboutsummaryrefslogtreecommitdiff
path: root/skel/build/gen_parrot.pl
diff options
context:
space:
mode:
Diffstat (limited to 'skel/build/gen_parrot.pl')
-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 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') {