[libchamplain: 2/8] meson: Adjust the comment about lib_version



commit 62287f73dc211d3785c599646588a9b4737afa06
Author: Jan Alexander Steffens (heftig) <jan steffens gmail com>
Date:   Sat Feb 23 03:21:13 2019 +0100

    meson: Adjust the comment about lib_version
    
    Fix a copy-paste error and make it clearer this isn't libtool's
    Current:Revision:Age.

 meson.build | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 47cddc7..54cb0e4 100644
--- a/meson.build
+++ b/meson.build
@@ -23,13 +23,13 @@ api_version = '@0@.@1@'.format(
   version_minor.is_odd() ? version_minor + 1 : version_minor,
 )
 
-# Before making a release, the LT_VERSION string should be modified.
-# The string is of the form C.A.R
-# - If the interface is the same as the previous version, change to C.A.R+1
+# Before making a release, the lib_version string should be modified.
+# The string is of the form X.Y.Z
+# - If the interface is the same as the previous version, change to X.Y.Z+1
 # - If interfaces have been changed or added, but binary compatibility has
-#   been preserved, change to C.A+1.R
+#   been preserved, change to X.Y+1.0
 # - If binary compatibility has been broken (eg removed or changed interfaces)
-#   change to C+1.0.0
+#   change to X+1.0.0
 lib_version = '0.11.8'
 
 package_name = meson.project_name().strip('lib')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]