From 5abeb22dd04fd583124f6152cfb264638ca18cad Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 23 Jun 2012 09:11:59 +0200 Subject: bump some versions I probably forgot 5 places again... --- Makefile | 6 +++--- skel/README | 2 +- skel/tools/build/Makefile.in | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index bc2493c..290a3dc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -PARROT_VER = 4.4.0 +PARROT_VER = 4.5.0 PARROT_REL = devel/$(PARROT_VER) -NQP_VER = 2012.05 -RAKUDO_VER = 2012.05 +NQP_VER = 2012.06 +RAKUDO_VER = 2012.06 DISTDIR = rakudo-star-$(VERSION) BUILD_DIR = $(DISTDIR)/build diff --git a/skel/README b/skel/README index d832e5d..7b5230b 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.05 release of Rakudo Star. +This is the 2012.06 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 d8fd812..07353d4 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.4.0 -NQP = nqp-2012.05 -RAKUDO = rakudo-2012.05 +PARROT = parrot-4.5.0 +NQP = nqp-2012.06 +RAKUDO = rakudo-2012.06 PARROT_ARGS = -- cgit v1.1