Skip to content

Commit

Permalink
Document post-release version number bump in releng checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed May 13, 2024
1 parent a6fdfbf commit 93c60bf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,17 @@ Release Engineering Checklist
nroff -Tascii -c -man src/iperf3.1 | ul | sed 's/^/ /' > iperf3.txt

19. Update the version number in ``configure.ac`` to some
post-release number (with a "+") and regenerate.
post-release number (with a "+") and regenerate::

vi configure.ac # update version in AC_INIT, add "+"
git commit configure.ac # commit changes to local repository
# commit log should mention
# "post-release version bump"
./bootstrap.sh # regenerate configure script, etc.
git commit -a # commit changes to local repository
# (commit can be simply "Regen.")
# test
git push

Code Authors
------------
Expand Down

0 comments on commit 93c60bf

Please sign in to comment.