aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-12-10 14:27:35 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-12-10 14:27:35 +0100
commit5b078edc214653cf28e172230e50eab1f647bbbd (patch)
tree95f3db64b506bfef01376ddda8cd09edfca47102 /configure.ac
parent5aa2f11535b1d650111963af0a195103e45af604 (diff)
release: bump version to 1.1.900 (1.2-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 c4d74879..ca09de7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
dnl The MM version number
m4_define([mm_major_version], [1])
m4_define([mm_minor_version], [1])
-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])
@@ -15,9 +15,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], [0])
+m4_define([mm_glib_lt_current], [1])
m4_define([mm_glib_lt_revision], [0])
-m4_define([mm_glib_lt_age], [0])
+m4_define([mm_glib_lt_age], [1])
AC_INIT([ModemManager],[mm_version],[modemmanager-devel@lists.freedesktop.org],[ModemManager])