diff options
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index 9742d3a15..8bbf93ad0 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -245,9 +245,10 @@ removed. Check the C API version number ------------------------------ The C API version number is recorded in core/code_generators/cversions.txt. -Before every release this number should be updated by running -core/code_generators/cversions.py, and main changes noted in a comment. If -this is done correctly, compiling the release should not give a warning "API +Before every release this number should be updated by running the script +core/cversions.py to get the current hash and updating its value in +cversions.txt, together with a comment, if its value has changed. If this +is done correctly, compiling the release should not give a warning "API mismatch detected ..." at the beginning of the build. The C ABI version number should only be updated for a major release. |