release: bump version to 1.5.900 (1.6-rc1)

Also bump soname of libmm-glib, as the interface has grown since the last tag.
This commit is contained in:
Aleksander Morgado
2016-03-18 12:55:58 +01:00
parent 0c2f98d2a7
commit 07f899a9d3

View File

@@ -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