aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2012-02-28 23:49:06 +0100
committerjnthn <jnthn@jnthn.net>2012-02-28 23:49:55 +0100
commit7a3322c7a9fe9c3c4b4b4418c7564c07f77b25db (patch)
tree0b9e301270b35639fc7c8b52312c2c651919144b
parentbc1338d26159a8fcf8b8262990d9b05122d8224a (diff)
Update versions in Configure.pl (grr, gotta automate this stuff more...)
-rw-r--r--skel/Configure.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index 7dafab4..6061d2a 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-3.11.0' if defined $options{'gen-parrot'};
+ $options{'gen-parrot'} ||= 'parrot-4.1.0' if defined $options{'gen-parrot'};
my $gen_parrot = $options{'gen-parrot'};
# Save options in config.status
@@ -59,12 +59,12 @@ MAIN: {
$options{'gen-nqp'} ||= '';
}
- $options{'gen-nqp'} ||= 'nqp-2012.01' if defined $options{'gen-nqp'};
+ $options{'gen-nqp'} ||= 'nqp-2012.02' if defined $options{'gen-nqp'};
my $with_nqp = $options{'with-nqp'};
my $gen_nqp = $options{'gen-nqp'};
# determine the version of NQP we want
- my ($nqp_want) = split(' ', slurp('rakudo-2012.01/tools/build/NQP_REVISION'));
+ my ($nqp_want) = split(' ', slurp('rakudo-2012.02/tools/build/NQP_REVISION'));
if (defined $gen_nqp) {
$with_nqp = gen_nqp($nqp_want, %options);