aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/download-stuff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/download-stuff.pl b/build/download-stuff.pl
index ef1088e..3ed2ba9 100644
--- a/build/download-stuff.pl
+++ b/build/download-stuff.pl
@@ -43,7 +43,7 @@ for my $m (@modules) {
# but possible )
#
# XXX we want rakudo 2010.07 of course, but that will give an error now
-my %tags = ( rakudo => '2010.06' );
+my %tags = ( rakudo => '2010.07' );
while (my ($project, $version) = each %tags) {
chdir $project or die "Can't chdir to '$project': $!";