aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2013-02-23 16:24:51 +0100
committerMoritz Lenz <moritz@faui2k3.org>2013-02-23 16:24:51 +0100
commit63636ce8591faf69d23e5234956ccb683e2e8f25 (patch)
tree3bae4ba8a5fdf9940354173708a709078e87d571
parente7a6ae57272521fb6f58b9bf821bbbb3e4baac52 (diff)
bump some versions in preparation of 2013.02 reease
-rw-r--r--README2
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a7921bd..2a4d9b6 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 2013.01 release of Rakudo Star.
+This is the 2013.02 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2013 by the Rakudo Star Team.
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index bd1c3d1..43e2de6 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -4,7 +4,7 @@
PARROT_DIR = parrot
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2013.01
+STAR_VERSION = 2013.02
PARROT_ARGS =
diff --git a/tools/star/Makefile b/tools/star/Makefile
index e63f56a..6dd6487 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,5 +1,5 @@
-RAKUDO_VER = 2013.01
-NQP_VER = 2013.01
+RAKUDO_VER = 2013.02.1
+NQP_VER = 2013.02.1
PARROT_VER = 4.10.0
PARROT_REL = devel/$(PARROT_VER)