aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-05-22 09:12:22 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-05-22 09:12:22 +0200
commit067fc69f34aeeaf144b9722217a1fd27e308aaed (patch)
tree38d2b6032d6db1799199442df44f69934c21eeb0
parentfa545bfaa941925918485d245bffa79df3172dfb (diff)
forgot one version update
-rw-r--r--skel/Configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index b187559..90cac74 100644
--- a/skel/Configure.pl
+++ b/skel/Configure.pl
@@ -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.04.1/tools/build/NQP_REVISION'));
+ my ($nqp_want) = split(' ', slurp('rakudo-2012.05/tools/build/NQP_REVISION'));
if (defined $gen_nqp) {
$with_nqp = gen_nqp($nqp_want, %options);