aboutsummaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-10-28 10:28:40 -0500
committerpmichaud <pmichaud@pobox.com>2010-10-28 10:28:40 -0500
commit18b4b6e5ca25c20ad52ea22efa4378ff5988b740 (patch)
tree25f639597eb9e878dfc8fe644a69cf08cd2d2345 /skel
parentfdec35f518c84574a311d97e83b96fb5f19b5fd2 (diff)
Updates for 2010.10 release.
Diffstat (limited to 'skel')
-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 2638a06..1d1a120 100644
--- a/skel/build/gen_parrot.pl
+++ b/skel/build/gen_parrot.pl
@@ -42,7 +42,7 @@ close $REQ;
}
}
-chdir('parrot-2.8.0') || die "Can't chdir to 'parrot-2.8.0': $!";
+chdir('parrot-2.9.1') || die "Can't chdir to 'parrot-2.9.1': $!";
## If we have a Makefile from a previous build, do a 'make realclean'