From c2d5e6b4da01164540549a6ee7b6b9bf476d8bff Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 26 Dec 2012 09:19:33 +0100 Subject: bump some versions in preparation of 2012.12 release --- README | 2 +- tools/build/Makefile.in | 2 +- tools/star/Makefile | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index a90e4c4..1013322 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is Rakudo Star, a useful, usable Perl 6 distribution for "early adopters". -This is the 2012.11 release of Rakudo Star. +This is the 2012.12 release of Rakudo Star. Rakudo Star is Copyright (C) 2010 - 2012 by the Rakudo Star Team. diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 3ab27ed..172de12 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -4,7 +4,7 @@ PARROT_DIR = parrot NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2012.11 +STAR_VERSION = 2012.12 PARROT_ARGS = diff --git a/tools/star/Makefile b/tools/star/Makefile index cfaf1ed..c4731b9 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -1,7 +1,7 @@ -RAKUDO_VER = 2012.11 -NQP_VER = 2012.11 -PARROT_VER = 4.6.0 -PARROT_REL = supported/$(PARROT_VER) +RAKUDO_VER = 2012.12 +NQP_VER = 2012.12 +PARROT_VER = 4.10.0 +PARROT_REL = devel/$(PARROT_VER) STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1