aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-04-26 10:56:09 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-04-26 10:56:09 +0200
commitb8438c171aab49d4b6b49de1f4b50b4b22fa7293 (patch)
tree308c51c14e695c3c5f76488d61406c2798b204e3
parentbd2b55abf2a5071479ce0918a45f4f1f343d64a9 (diff)
another forgotton version. Sigh.
-rw-r--r--skel/Configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index a93467e..2bc223d 100644
--- a/skel/Configure.pl
+++ b/skel/Configure.pl
@@ -59,7 +59,7 @@ MAIN: {
$options{'gen-nqp'} ||= '';
}
- $options{'gen-nqp'} ||= 'nqp-2012.02' if defined $options{'gen-nqp'};
+ $options{'gen-nqp'} ||= 'nqp-2012.04.1' if defined $options{'gen-nqp'};
my $with_nqp = $options{'with-nqp'};
my $gen_nqp = $options{'gen-nqp'};