From 8c68a22de0dc443cc1cee44a8497caaebc0916a2 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 27 Apr 2011 08:21:19 -0500 Subject: Bump Makefile and gen_parrot versions. --- skel/build/gen_parrot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skel') 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') { -- cgit v1.1