From 8af04bf07fdc4aba84d044213f7ff8620dc4329a Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 30 Dec 2010 10:58:46 -0600 Subject: Makefile and version number updates. --- Makefile | 4 ++-- skel/build/gen_parrot.pl | 2 +- 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') { -- cgit v1.1