aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlue <rnddim@gmail.com>2013-12-23 15:14:58 -0800
committerlue <rnddim@gmail.com>2013-12-23 15:14:58 -0800
commit79fc1fe5488492fa250c10890a707a8478be403a (patch)
treeb3de6b01eb2723a4edde28cd686ac26e2f85458f
parent5f02bb1f5a8657a1f6528422fea4f768b59789e4 (diff)
[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! :)
-rw-r--r--README4
-rw-r--r--tools/build/Makefile.in2
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@