From 7a3322c7a9fe9c3c4b4b4418c7564c07f77b25db Mon Sep 17 00:00:00 2001 From: jnthn Date: Tue, 28 Feb 2012 23:49:06 +0100 Subject: Update versions in Configure.pl (grr, gotta automate this stuff more...) --- skel/Configure.pl | 6 +++--- 1 file 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); -- cgit v1.1