diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-03-17 10:21:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 10:21:56 +0100 |
| commit | 781dedec1fc3b8452d12f67f3c8ddd9d45f724f4 (patch) | |
| tree | c6f0277b713a00df57c02648c1b3a4779d2f90ad /HOWTO-RELEASE | |
| parent | 1707090212c4a784e15b67f3e396640da840ad18 (diff) | |
| download | PROJ-781dedec1fc3b8452d12f67f3c8ddd9d45f724f4.tar.gz PROJ-781dedec1fc3b8452d12f67f3c8ddd9d45f724f4.zip | |
Align install.rst with current version (#2075)
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current
version numbers of PROJ and PROJ-data.
Rephrased a few sections regarding grid packages.
Closes #2072
Co-authored-by: Mike Taves <mwtoews@gmail.com>
Diffstat (limited to 'HOWTO-RELEASE')
| -rw-r--r-- | HOWTO-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 1f140bfe..a9a17e69 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -63,7 +63,7 @@ Update the following files with the new ABI version number: Man pages are (mostly) automatically generated from the Sphinx docs. Follow these steps: - - Temporarily update version in `docs/source/conf.py` + - Temporarily update `version` and `data_version` in `docs/source/conf.py` - run `scripts/update_man.sh` - Revert version number in `docs/source/conf.py` |
