summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-05-04 22:36:30 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-05-04 22:36:30 +0300
commite95c3e981ade00233850f9ba36a7f250e2734a2e (patch)
tree7d57f4d1ef5ced22e101f73054739584dd644cbb
parent05629c737d071ad8a58ebe5282012913c290b629 (diff)
downloadmetacity-e95c3e981ade00233850f9ba36a7f250e2734a2e.tar.gz
build: document library version change process
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f4949b64..e09b938d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,6 +115,17 @@ dnl **************************************************************************
dnl Library version information
dnl **************************************************************************
+dnl Before making a release, the library version should be modified. Follow
+dnl these instructions sequentially:
+dnl 1. If the library source code has changed at all since the last update,
+dnl then increment lt_revision.
+dnl 2. If any interfaces have been added, removed, or changed since the last
+dnl update, increment lt_current, and set lt_revision to 0.
+dnl 3. If any interfaces have been added since the last public release, then
+dnl increment lt_age.
+dnl 4. If any interfaces have been removed or changed since the last public
+dnl release, then set lt_age to 0.
+
m4_define([lt_current], [3])
m4_define([lt_revision], [0])
m4_define([lt_age], [0])