aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-02-20 08:38:51 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-02-20 08:38:51 +0100
commitea65dfa9cf9d05c0ba69c64827cd9b166444cf87 (patch)
tree9e28ead4b31c4d0f6b7416d22a6765d9ac21b594
parentc36cac0bbdbceb4d9e76bd670fb0b75a3e325270 (diff)
Change version numbers in README and Makefile.in
-rw-r--r--README2
-rw-r--r--tools/build/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 56b9eae..7b8b13c 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.01 release of Rakudo Star.
+This is the 2015.02 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 a79de11..2dd3013 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -4,7 +4,7 @@ PARROT_DIR = parrot
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2015.01
+STAR_VERSION = 2015.02
# install location
PREFIX_DIR = @prefix@