aboutsummaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-12-30 10:58:46 -0600
committerpmichaud <pmichaud@pobox.com>2010-12-30 10:58:46 -0600
commit8af04bf07fdc4aba84d044213f7ff8620dc4329a (patch)
treee801c154348bfff8c9630778e81b4aac828a0973 /skel
parent4610e672a3668d19b6bdd69b9077e8564c11180b (diff)
Makefile and version number updates.
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 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') {