From c7b57d08f07822e69b4ae9391cfaffd1369bc55d Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Mon, 29 Jun 2015 20:43:59 +0200 Subject: update versions / copyright year --- README | 4 ++-- tools/build/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 806d504..f3ba0d5 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 2015.03 release of Rakudo Star. +This is the 2015.06 release of Rakudo Star. Rakudo Star is Copyright (C) 2010 - 2015 by the Rakudo Star Team. @@ -51,7 +51,7 @@ The easiest way to build Rakudo Star for a particular backend is: You can also build for all backends: - $ perl Configure.pl --backend=jvm,moar --gen-moar + $ perl Configure.pl --backend=moar,jvm --gen-moar Note that --gen-moar automatically builds a MoarVM for you, and implies --gen-nqp, which builds NQP, a subset of Perl 6 that is used to implement diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 5f74c39..a0fb6f5 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -1,9 +1,9 @@ -# Copyright (C) 2006-2014, The Perl Foundation. +# Copyright (C) 2006-2015, The Perl Foundation. MOAR_DIR = moarvm NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2015.03 +STAR_VERSION = 2015.06 # install location PREFIX_DIR = @prefix@ -- cgit v1.1