From 5387ac87a9c93554d3acc79c7a4b33496c3a0d45 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 5 Jun 2018 14:41:53 +0200 Subject: 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 --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3