diff options
author | Jack Lloyd <[email protected]> | 2017-09-19 20:44:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-19 20:45:20 -0400 |
commit | bf030cc24dc3636fa81195aa67cc38101d30e39f (patch) | |
tree | 8ebc440b239add20a7fbd9bc9139461970274431 /doc | |
parent | d52c9cc9402babca9ab04e04dae149fd2c9e8465 (diff) |
Rename botan_version.py to version.txt
Diffstat (limited to 'doc')
-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 |