aboutsummaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE3
1 files changed, 2 insertions, 1 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index b3a01f81..cd4645f6 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -8,7 +8,8 @@
3) Update the version number, and date in src/pj_release.c.
4) Update the version number in the -version-info definition in
- src/Makefile.am. It consists of "current:revision:age".
+ src/Makefile.am. It consists of "current:revision:age". Set
+ the same in the PROJ_SOVERSION variable in CMakeLists.txt
- If the library source code has changed at all since the last update,
then increment revision (c:r:a becomes c:r+1:a).