From 79fc1fe5488492fa250c10890a707a8478be403a Mon Sep 17 00:00:00 2001 From: lue Date: Mon, 23 Dec 2013 15:14:58 -0800 Subject: [RG 7] Update README and tools/build/Makefile.in Note to the January releaser: don't forget to update the copyright end-year in the README! :) --- README | 4 ++-- tools/build/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1dcb9e1..39aa24a 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 2013.11 release of Rakudo Star. +This is the 2013.12 release of Rakudo Star. Rakudo Star is Copyright (C) 2010 - 2013 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.8.4 or newer. You probably also want a machine with a fair +and Perl 5.9.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 304bf28..ae56113 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 = 2013.11 +STAR_VERSION = 2013.12 # values from parrot_config PREFIX_DIR = @prefix@ -- cgit v1.1