summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-03-18 12:55:58 +0100
committerAleksander Morgado <aleksander@aleksander.es>2016-03-18 12:56:08 +0100
commit07f899a9d3a1b688a06b858db36d8eea163e1d13 (patch)
tree759404dd1425ab68e1b3ca1ad7b27ca6315795d9 /configure.ac
parent0c2f98d2a7ad96c7144f3ef0e8e6c2fad1b56d2c (diff)
downloadModemManager-07f899a9d3a1b688a06b858db36d8eea163e1d13.tar.gz
release: bump version to 1.5.900 (1.6-rc1)1.6-rc1
Also bump soname of libmm-glib, as the interface has grown since the last tag.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 557e6fd32..ada1f5af5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl
m4_define([mm_major_version], [1])
m4_define([mm_minor_version], [5])
-m4_define([mm_micro_version], [0])
+m4_define([mm_micro_version], [990])
m4_define([mm_version],
[mm_major_version.mm_minor_version.mm_micro_version])
@@ -18,9 +18,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([mm_glib_lt_current], [2])
+m4_define([mm_glib_lt_current], [3])
m4_define([mm_glib_lt_revision], [0])
-m4_define([mm_glib_lt_age], [2])
+m4_define([mm_glib_lt_age], [3])
dnl-----------------------------------------------------------------------------
dnl autoconf, automake, libtool initialization