Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
FROGGS committed Apr 1, 2014
1 parent dca1065 commit f307717
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.

Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions 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@
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit f307717

Please sign in to comment.