aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/release-guide.pod6
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index a94e792..861f352 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 = 2012.08
+STAR_VERSION = 2012.09
PARROT_ARGS =
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 03c7f51..85ab489 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -75,10 +75,10 @@ to any changes listed in Rakudo's ChangeLog.
=item 7.
-Update the release number in the README file.
+Update the release number in the README and Makefile.in files.
- $ vi README
- $ git commit README
+ $ vi README tools/build/Makefile.in
+ $ git commit README tools/build/Makefile.in
=item 8.