aboutsummaryrefslogtreecommitdiff
path: root/skel/Configure.pl
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 /skel/Configure.pl
parent5237f98c6895048efaefe53ea85b6e9a3b250713 (diff)
there are way too many places where we need to update version numbers
Diffstat (limited to 'skel/Configure.pl')
-rw-r--r--skel/Configure.pl4
1 files changed, 2 insertions, 2 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);