summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])