summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-01-20 10:26:11 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-20 10:26:30 +0100
commit16e15d49297f72397f6b691cf7a9ccf47bdae844 (patch)
tree6771b24246d81655c5796edadbe356c9b0c1e70e
parent1a1d9801e6bb5951aa53068d35357b15ff00851e (diff)
release: 1.16.01.16.0
Updated libtool versioning for the stable release.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 09ad27c..b0aa9cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,9 @@ dnl If the interface has grown (that is, the new library is compatible
dnl with old code), increment a.
dnl If the interface has changed in an incompatible way (that is,
dnl functions have changed or been removed), then zero a.
-m4_define([mbim_glib_lt_current], [6])
+m4_define([mbim_glib_lt_current], [7])
m4_define([mbim_glib_lt_revision], [0])
-m4_define([mbim_glib_lt_age], [2])
+m4_define([mbim_glib_lt_age], [3])
AC_INIT([libmbim], [mbim_version], [libmbim-devel@lists.freedesktop.org])