From a430d66ab474079498981d181c764d7e7a515c1b Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 26 Apr 2012 10:42:20 +0200 Subject: there are way too many places where we need to update version numbers --- skel/Configure.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skel/Configure.pl') 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); -- cgit v1.1