Bump version to 2.3.1 for development of next release

This commit is contained in:
Adam Spiers 2019-06-29 13:40:45 +01:00
parent 7eb1a0c57b
commit 4a9121eec9
5 changed files with 14 additions and 8 deletions

View file

@ -140,10 +140,14 @@ Release procedure
- Increment the patchlevel of the version number in configure.ac.
- Run this again:
version=$( tools/get-version ) && echo $version
- Repeat the same procedure listed in the Module::Build section
above, in order to update META.yaml and META.json.
- git commit -m "Bump version to X.Y.Z for development of next release"
- git commit -m "Bump version to $version for development of next release"
- git push savannah