aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-12-30 10:58:46 -0600
committerpmichaud <pmichaud@pobox.com>2010-12-30 10:58:46 -0600
commit8af04bf07fdc4aba84d044213f7ff8620dc4329a (patch)
treee801c154348bfff8c9630778e81b4aac828a0973
parent4610e672a3668d19b6bdd69b9077e8564c11180b (diff)
Makefile and version number updates.
-rw-r--r--Makefile4
-rw-r--r--skel/build/gen_parrot.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ea4b7f9..edaa487 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-PARROT_VER = 2.10.1
+PARROT_VER = 2.11.0
PARROT_REL = devel/$(PARROT_VER)
-RAKUDO_VER = 2010.11
+RAKUDO_VER = 2010.12
DISTDIR = rakudo-star-$(VERSION)
diff --git a/skel/build/gen_parrot.pl b/skel/build/gen_parrot.pl
index bf8ed5e..3d65991 100644
--- a/skel/build/gen_parrot.pl
+++ b/skel/build/gen_parrot.pl
@@ -24,7 +24,7 @@ use 5.008;
# Work out slash character to use.
my $slash = $^O eq 'MSWin32' ? '\\' : '/';
-chdir('parrot-2.10.1') || die "Can't chdir to 'parrot-2.10.1': $!";
+chdir('parrot-2.11.0') || die "Can't chdir to 'parrot-2.11.0': $!";
## If we have a Makefile from a previous build, do a 'make realclean'
if (-f 'Makefile') {