summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-12 19:46:59 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-25 03:34:16 +0200
commit23f056d38346b76b0ff46b4f1df50ce10c5fdda3 (patch)
treeee5d8a14b04188c817a489e089734625a9054ed2 /configure.ac
parent0561bddfa3b7d3bc6784e7c48b2d5e6854af5359 (diff)
downloadlibgphoto2-23f056d38346b76b0ff46b4f1df50ce10c5fdda3.tar.gz
library versioning comment without trailing spaces
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
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