aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-05-21 11:33:32 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-05-21 11:33:32 +0200
commitfa545bfaa941925918485d245bffa79df3172dfb (patch)
tree707817f7e9eae694560e8a93921e86c09a336dcf
parentf4960ac1af4cd3cb7451d0983be03fc515629f29 (diff)
bump some version numbers in preparation of 2012.05 star release
-rw-r--r--Makefile8
-rw-r--r--skel/Configure.pl4
-rw-r--r--skel/README2
-rw-r--r--skel/tools/build/Makefile.in6
4 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index adfd3c3..f51e854 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-PARROT_VER = 4.3.0
-PARROT_REL = stable/$(PARROT_VER)
-NQP_VER = 2012.04.1
-RAKUDO_VER = 2012.04.1
+PARROT_VER = 4.4.0
+PARROT_REL = devel/$(PARROT_VER)
+NQP_VER = 2012.05
+RAKUDO_VER = 2012.05
DISTDIR = rakudo-star-$(VERSION)
BUILD_DIR = $(DISTDIR)/build
diff --git a/skel/Configure.pl b/skel/Configure.pl
index 2bc223d..b187559 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.3.0' if defined $options{'gen-parrot'};
+ $options{'gen-parrot'} ||= 'parrot-4.4.0' if defined $options{'gen-parrot'};
my $gen_parrot = $options{'gen-parrot'};
# Save options in config.status
@@ -59,7 +59,7 @@ MAIN: {
$options{'gen-nqp'} ||= '';
}
- $options{'gen-nqp'} ||= 'nqp-2012.04.1' if defined $options{'gen-nqp'};
+ $options{'gen-nqp'} ||= 'nqp-2012.05' if defined $options{'gen-nqp'};
my $with_nqp = $options{'with-nqp'};
my $gen_nqp = $options{'gen-nqp'};
diff --git a/skel/README b/skel/README
index b6ee79f..d832e5d 100644
--- a/skel/README
+++ b/skel/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Perl 6 distribution for "early adopters".
-This is the 2012.04 release of Rakudo Star.
+This is the 2012.05 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2012 by the Rakudo Star Team.
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index 0bfdc82..6d99054 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -1,9 +1,9 @@
# Copyright (C) 2006-2012, The Perl Foundation.
# $Id$
-PARROT = parrot-4.3.0
-NQP = nqp-2012.04.1
-RAKUDO = rakudo-2012.04.1
+PARROT = parrot-4.4.0
+NQP = nqp-2012.05
+RAKUDO = rakudo-2012.05
PARROT_ARGS =