From da8a9d3335387b3c63e6724dd93e5d6c5fddddc4 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 20 Mar 2015 11:07:03 +0100 Subject: Bump some versions --- README | 2 +- tools/build/Makefile.in | 2 +- tools/star/Makefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 37138bb..7b3cf06 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.02 release of Rakudo Star. +This is the 2015.03 release of Rakudo Star. Rakudo Star is Copyright (C) 2010 - 2015 by the Rakudo Star Team. diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 2919d5e..4b6759d 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -3,7 +3,7 @@ MOAR_DIR = moarvm NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2015.02 +STAR_VERSION = 2015.03 # install location PREFIX_DIR = @prefix@ diff --git a/tools/star/Makefile b/tools/star/Makefile index 29eb982..7058520 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -1,6 +1,6 @@ -RAKUDO_VER = 2015.02 -NQP_VER = 2015.02 -MOAR_VER = 2015.02 +RAKUDO_VER = 2015.03 +NQP_VER = 2015.03 +MOAR_VER = 2015.03 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1