aboutsummaryrefslogtreecommitdiff
path: root/tools/star/release-guide.pod
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-09-30 14:52:58 -0500
committerpmichaud <pmichaud@pobox.com>2012-09-30 14:52:58 -0500
commitf7ffa9a465653d149e1c0e1b5c93a8f35e77bd6b (patch)
tree3ddfbeee8ac18a19b559542842ccda97e718f446 /tools/star/release-guide.pod
parent9dd84dd6654767899daaaf0238e9eb9c482f949c (diff)
Add note to update version number in Makefile.in.
Diffstat (limited to 'tools/star/release-guide.pod')
-rw-r--r--tools/star/release-guide.pod6
1 files changed, 3 insertions, 3 deletions
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.