aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-04-26 10:42:20 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-04-26 10:42:20 +0200
commita430d66ab474079498981d181c764d7e7a515c1b (patch)
tree7b015e4e885e0b424baadcda2e9e46822fb90300
parent5237f98c6895048efaefe53ea85b6e9a3b250713 (diff)
there are way too many places where we need to update version numbers
-rw-r--r--skel/Configure.pl4
-rw-r--r--skel/README2
2 files changed, 3 insertions, 3 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index 6061d2a..a93467e 100644
--- a/skel/Configure.pl
+++ b/skel/Configure.pl
@@ -43,7 +43,7 @@ MAIN: {
my $prefix = $options{'prefix'} || cwd().'/install';
my $with_parrot = $options{'with-parrot'};
- $options{'gen-parrot'} ||= 'parrot-4.1.0' if defined $options{'gen-parrot'};
+ $options{'gen-parrot'} ||= 'parrot-4.3.0' if defined $options{'gen-parrot'};
my $gen_parrot = $options{'gen-parrot'};
# Save options in config.status
@@ -64,7 +64,7 @@ MAIN: {
my $gen_nqp = $options{'gen-nqp'};
# determine the version of NQP we want
- my ($nqp_want) = split(' ', slurp('rakudo-2012.02/tools/build/NQP_REVISION'));
+ my ($nqp_want) = split(' ', slurp('rakudo-2012.04.1/tools/build/NQP_REVISION'));
if (defined $gen_nqp) {
$with_nqp = gen_nqp($nqp_want, %options);
diff --git a/skel/README b/skel/README
index 46157e4..e12213e 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 2012.02 release of Rakudo Star.
+This is the 2012.04 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2012 by the Rakudo Star Team.