diff options
Diffstat (limited to 'doc/release_process.rst')
-rw-r--r-- | doc/release_process.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/release_process.rst b/doc/release_process.rst index 3aa26d4f0..0f5caafb9 100644 --- a/doc/release_process.rst +++ b/doc/release_process.rst @@ -28,10 +28,9 @@ Pre Release Checks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Confirm that the release notes in ``news.rst`` are accurate and -complete and that the version number in ``botan_version.py`` is -correct. Update the release date in the release notes and change the -entry for the appropriate branch in ``readme.rst`` to point to the new -release. +complete and that the version number in ``version.txt`` is correct. +Update the release date in the release notes and change the entry for +the appropriate branch in ``readme.rst`` to point to the new release. Check in these changes (alone, with no other modifications) with a checkin message along the lines of "Update for X.Y.Z release", then |