[gxml] gxml: Update LT library version due to added interfaces



commit 238df6633fb458c2f3e8a65577c51a0d1e27fd9b
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Feb 8 16:41:31 2018 -0600

    gxml: Update LT library version due to added interfaces

 configure.ac     | 6 +++---
 gxml/meson.build | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 610a6af..d8233b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,9 @@ m4_define([project_nano_version], [0])
 # Increase the current value whenever an interface has been added, removed or changed.
 # Increase the age value only if the changes made to the ABI are backward compatible.
 # Reset current to 1 and revision and age to 0 if library's name is changed
-m4_define([project_lt_current], [1])
-m4_define([project_lt_revision], [0])
-m4_define([project_lt_age], [0])
+m4_define([project_lt_current], [2])
+m4_define([project_lt_revision], [1])
+m4_define([project_lt_age], [1])
 
 # Combine numbers to various version variables (different uses)
 #   Display the nano_version only if it's not '0'
diff --git a/gxml/meson.build b/gxml/meson.build
index 421f6aa..ddd02f6 100644
--- a/gxml/meson.build
+++ b/gxml/meson.build
@@ -138,9 +138,9 @@ inc_libh_dep = declare_dependency (include_directories : inc_libh)
 # Increase the age value only if the changes made to the ABI are backward compatible.
 # Set version to the value of subtract age from current
 # Reset current and version to 1 and, age and version to 0 if library's name is changed
-LT_CURRENT='1'
-LT_REVISION='0'
-LT_AGE='0'
+LT_CURRENT='2'
+LT_REVISION='1'
+LT_AGE='1'
 LT_VERSION='1'
 lib = library(VERSIONED_PROJECT_NAME,
        valasources+sources+configvapi,


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