aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-04-01 09:58:59 +0200
committerTobias Leich <email@froggs.de>2014-04-01 09:58:59 +0200
commitf307717af9f003c2f6c25feff6b4e826a4438b61 (patch)
tree6bb5def4893bca285935b8ac4ad16999deb81a00
parentdca106504daa75ee1d52e2f522acd188c98c22e7 (diff)
bump versions
-rw-r--r--README4
-rw-r--r--tools/build/Makefile.in4
-rw-r--r--tools/star/Makefile6
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