From 5cc125888f87cfdb8c16f240f000a86f9dc52443 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 25 Aug 2010 12:37:25 -0500 Subject: Update README with correct version number. --- skel/README | 2 +- skel/build/gen_parrot.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'skel') 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' -- cgit v1.1