From 8af04bf07fdc4aba84d044213f7ff8620dc4329a Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 30 Dec 2010 10:58:46 -0600 Subject: Makefile and version number updates. --- 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 bf8ed5e..3d65991 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-2.10.1') || die "Can't chdir to 'parrot-2.10.1': $!"; +chdir('parrot-2.11.0') || die "Can't chdir to 'parrot-2.11.0': $!"; ## If we have a Makefile from a previous build, do a 'make realclean' if (-f 'Makefile') { -- cgit v1.1