From f307717af9f003c2f6c25feff6b4e826a4438b61 Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Tue, 1 Apr 2014 09:58:59 +0200 Subject: bump versions --- README | 4 ++-- tools/build/Makefile.in | 4 ++-- tools/star/Makefile | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 68ea132..082fd25 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 2014.01 release of Rakudo Star. +This is the 2014.03 release of Rakudo Star. Rakudo Star is Copyright (C) 2010 - 2014 by the Rakudo Star Team. @@ -14,7 +14,7 @@ copyright and licensing information of those components. Build Prerequisites ------------------- To build Rakudo Star you need at least a C compiler, a 'make' utility, -and Perl 5.9.0 or newer. You probably also want a machine with a fair +and Perl 6.1.0 or newer. You probably also want a machine with a fair amount of memory available: 1GB is known to be too small for building Rakudo, while 2GB is generally known to be sufficient. diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 5633b0e..540e9dd 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -1,10 +1,10 @@ -# Copyright (C) 2006-2012, The Perl Foundation. +# Copyright (C) 2006-2014, The Perl Foundation. # $Id$ PARROT_DIR = parrot NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2014.01 +STAR_VERSION = 2014.03 # values from parrot_config PREFIX_DIR = @prefix@ diff --git a/tools/star/Makefile b/tools/star/Makefile index 1d80881..e13c2a2 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -1,6 +1,6 @@ -RAKUDO_VER = 2014.01 -NQP_VER = 2014.01 -PARROT_VER = 5.9.0 +RAKUDO_VER = 2014.03.01 +NQP_VER = 2014.03 +PARROT_VER = 6.1.0 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1