diff options
Diffstat (limited to 'binutils/README-how-to-make-a-release')
-rw-r--r-- | binutils/README-how-to-make-a-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index f011681..a82cea1 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -80,9 +80,9 @@ How to perform a release. 8. Update bfd/version.m4 on HEAD to indicate that is now a snapshot of the next release: - m4_define([BFD_VERSION], [2.34.51]) + m4_define([BFD_VERSION], [2.34.50]) - Update the release number in bfd/version.m4 for the branch. + Update the release number in bfd/version.m4 for the BRANCH. The branch only needs the point value set to 90 as the release has not actually happened yet. |