aboutsummaryrefslogtreecommitdiff
path: root/skel/build/gen_parrot.pl
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-08-25 12:37:25 -0500
committerpmichaud <pmichaud@pobox.com>2010-08-25 12:37:25 -0500
commit5cc125888f87cfdb8c16f240f000a86f9dc52443 (patch)
tree6ceb6e811977888ead379c1a5d6069e7ac1e8e80 /skel/build/gen_parrot.pl
parent332d1383d74c65fbb6ddd197d55dcc462bbe5e13 (diff)
Update README with correct version number.
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 b5faaa2..f0c0eb0 100644
--- a/skel/build/gen_parrot.pl
+++ b/skel/build/gen_parrot.pl
@@ -42,7 +42,7 @@ close $REQ;
}
}
-chdir('parrot-2.6.0') || die "Can't chdir to 'parrot-2.6.0': $!";
+chdir('parrot-2.7.0') || die "Can't chdir to 'parrot-2.7.0': $!";
## If we have a Makefile from a previous build, do a 'make realclean'