[libchamplain] Add a comment about LT_VERSION bump into meson



commit c753a4a927cc1acee5060bf72f84c89a505a8219
Author: Jiří Techet <techet gmail com>
Date:   Wed Feb 6 11:42:34 2019 +0100

    Add a comment about LT_VERSION bump into meson

 meson.build | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/meson.build b/meson.build
index eb66d70..f3cd472 100644
--- a/meson.build
+++ b/meson.build
@@ -24,6 +24,13 @@ else
   api_version = '.'.join([version_major, version_minor])
 endif
 
+# Before making a release, the LT_VERSION string should be modified.
+# The string is of the form C:R:A.
+# - If interfaces have been changed or added, but binary compatibility has
+#   been preserved, change to C+1:0:A+1
+# - If binary compatibility has been broken (eg removed or changed interfaces)
+#   change to C+1:0:0
+# - If the interface is the same as the previous version, change to C:R+1:A
 lib_version = '0.10.0'
 
 package_name = meson.project_name().strip('lib')


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