aboutsummaryrefslogtreecommitdiff
path: root/skel
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
parent332d1383d74c65fbb6ddd197d55dcc462bbe5e13 (diff)
Update README with correct version number.
Diffstat (limited to 'skel')
-rw-r--r--skel/README2
-rw-r--r--skel/build/gen_parrot.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/skel/README b/skel/README
index aa36580..14382fc 100644
--- a/skel/README
+++ b/skel/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Perl 6 distribution for "early adopters".
-This is the 2010.07 release of Rakudo Star.
+This is the 2010.08 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 by the Rakudo Star Team.
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'