Skip to content
Snippets Groups Projects
Commit 5b078edc authored by Aleksander Morgado's avatar Aleksander Morgado
Browse files

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.
parent 5aa2f115
Loading
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment