From 1e6a045b94955b0bd41ce717678a673132c04fda Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 29 Jul 2011 12:17:25 -0500 Subject: [PATCH] Bump parrot version to 3.6.0. --- skel/build/gen_parrot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/build/gen_parrot.pl b/skel/build/gen_parrot.pl index 2773e538..1cbb51f0 100644 --- a/skel/build/gen_parrot.pl +++ b/skel/build/gen_parrot.pl @@ -24,7 +24,7 @@ =head2 DESCRIPTION # 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') {