aboutsummaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-10 11:31:10 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-02-10 11:34:16 +0100
commit3c1ab5e738349429ef01907b6a7b378cca9e9994 (patch)
treee4d6b0f359a3e04f3daad91538bb4aa9a875f491 /HOWTO-RELEASE
parentd1d6bc3bbf16e22cec2bdf53bae5a6434abbf598 (diff)
downloadPROJ-3c1ab5e738349429ef01907b6a7b378cca9e9994.tar.gz
PROJ-3c1ab5e738349429ef01907b6a7b378cca9e9994.zip
HOWTO-RELEASE: fix a few typos [ci skip]
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE8
1 files changed, 4 insertions, 4 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index 1aa04d29..8f806083 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -48,7 +48,7 @@ the steps below to determine the next ABI version number:
Update the following files with the new ABI version number:
- `src/Makefile.am` Update -version-info
- - `CMakelists.txt`: Update PROJ_BUILD_VERSION (cur:rev:age) and
+ - `CMakeLists.txt`: Update PROJ_BUILD_VERSION (cur:rev:age) and
PROJ_API_VERSION (current)
*Commit the changes to master.*
@@ -64,7 +64,7 @@ man/man1/. Follow these steps:
- Update version number and date in `man/man3/pj_init.3` and
`man/man3/geodesic.3`
- Temporarily update version in `docs/source/conf.py`
- - run `script/update_man.sh`
+ - run `scripts/update_man.sh`
- Revert version number in `docs/source/conf.py`
The `update_man.sh` script builds the man pages and commits the update man pages
@@ -229,8 +229,8 @@ version numbers in the files.
PROJ_VERSION_PATCH.
- src/proj_api.h: Update PJ_VERSION.
- src/release.cpp: Update date to the scheduled release date.
- - CMakelists.txt: Update proj_version()
- - doc/source/conf.py: Update version number
+ - CMakeLists.txt: Update proj_version()
+ - docs/source/conf.py: Update version number
*Commit changes. Either to master or maintenance branch depending on the nature