aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <mlenz@noris.net>2014-05-23 10:14:50 +0200
committerMoritz Lenz <mlenz@noris.net>2014-05-23 10:14:50 +0200
commitc9969dd0d83d70bc32805143b4ac4a61b65707b3 (patch)
treef852835ffcfa9d744501ee6faefbd537e7693321
parent9917fe9430222a616e658310b661ccd38431af0d (diff)
bump version 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 2afe46e..307fef1 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 2014.04 release of Rakudo Star.
+This is the 2014.05 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2014 by the Rakudo Star Team.
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 083aae2..643b480 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 = 2014.04
+STAR_VERSION = 2014.05
# install location
PREFIX_DIR = @prefix@