summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-06-05 14:41:53 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2018-06-05 14:41:53 +0200
commit5387ac87a9c93554d3acc79c7a4b33496c3a0d45 (patch)
tree426208c477ab1a5ee94a526596000d749676b6f3 /Makefile.am
parent2f200bbda9d630294bcd0d2ad3b5b8c3176b5ad4 (diff)
downloaddt-utils-5387ac87a9c93554d3acc79c7a4b33496c3a0d45.tar.gz
dt-utils-5387ac87a9c93554d3acc79c7a4b33496c3a0d45.tar.xz
Makefile.am: add a reminder comment for library versioning
See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 980c20f..61f870a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,14 @@ SED_PROCESS = \
%.pc: %.pc.in Makefile
$(SED_PROCESS)
+# If the library source code has changed at all since the last release,
+# then increment revision (‘c:r:a’ becomes ‘c:r+1:a’).
+# If any interfaces have been added/removed/changed since the last release,
+# then increment current, and set revision to 0.
+# If any public interfaces have been added since the last public release,
+# then increment age.
+# If any interfaces have been removed or changed since the last release,
+# then set age to 0.
LIBDT_CURRENT=2
LIBDT_REVISION=1
LIBDT_AGE=2