From 23f056d38346b76b0ff46b4f1df50ce10c5fdda3 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 12 Oct 2021 19:46:59 +0200 Subject: library versioning comment without trailing spaces --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 37cec4634..05a8320f5 100644 --- a/configure.ac +++ b/configure.ac @@ -38,17 +38,17 @@ dnl * libtool.info chapter "Updating library version information" dnl --------------------------------------------------------------------------- dnl Versioning: dnl - AGE (Micro): Increment if any interfaces have been added; set to 0 -dnl if any interfaces have been removed. Removal has +dnl if any interfaces have been removed. Removal has dnl precedence over adding, so set to 0 if both happened. dnl It denotes upward compatibility. -dnl - REVISION (Minor): Increment any time the source changes; set to +dnl - REVISION (Minor): Increment any time the source changes; set to dnl 0 if you incremented CURRENT. dnl - CURRENT (Major): Increment if the interface has changes. AGE is always dnl *changed* at the same time. dnl dnl To summarize. Any interface *change* increment CURRENT. If that interface -dnl change does not break upward compatibility (ie it is an addition), -dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed, +dnl change does not break upward compatibility (ie it is an addition), +dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed, dnl REVISION is set to 0, otherwise REVISION is incremented. dnl --------------------------------------------------------------------------- dnl A:R:C=1:1:3 libgphoto2-2.2 -- cgit v1.2.1