From d4031414bfdc8c523a5c4d76b2d480c504b22c60 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 24 Aug 2012 17:15:29 +0200 Subject: bump some versions also reduce memory numbers in README a bit --- Makefile | 4 ++-- skel/README | 4 ++-- skel/tools/build/Makefile.in | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 0ee3790..9dd42ba 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PARROT_VER = 4.6.0 PARROT_REL = supported/$(PARROT_VER) -NQP_VER = 2012.07 -RAKUDO_VER = 2012.07 +NQP_VER = 2012.08 +RAKUDO_VER = 2012.08 DISTDIR = rakudo-star-$(VERSION) BUILD_DIR = $(DISTDIR)/build diff --git a/skel/README b/skel/README index a2a6e0f..2194532 100644 --- a/skel/README +++ b/skel/README @@ -1,6 +1,6 @@ This is Rakudo Star, a useful, usable Perl 6 distribution for "early adopters". -This is the 2012.06 release of Rakudo Star. +This is the 2012.08 release of Rakudo Star. Rakudo Star is Copyright (C) 2010 - 2012 by the Rakudo Star Team. @@ -17,7 +17,7 @@ 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 amount of memory available: 1GB is known to be too small for building -Rakudo, while 2GB is generally known to be sufficient. +Rakudo, while 1.5GB is generally known to be sufficient. In order to fully support Unicode, you'll also want to have the ICU library installed (http://site.icu-project.org/). diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in index a4de729..733793b 100644 --- a/skel/tools/build/Makefile.in +++ b/skel/tools/build/Makefile.in @@ -2,9 +2,9 @@ # $Id$ PARROT = parrot-4.6.0 -NQP = nqp-2012.07 -RAKUDO = rakudo-2012.07 -STAR_VERSION = 2012.07 +NQP = nqp-2012.08 +RAKUDO = rakudo-2012.08 +STAR_VERSION = 2012.08 PARROT_ARGS = -- cgit v1.1