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:
@@ -6,7 +6,7 @@ dnl
|
|||||||
|
|
||||||
m4_define([mm_major_version], [1])
|
m4_define([mm_major_version], [1])
|
||||||
m4_define([mm_minor_version], [5])
|
m4_define([mm_minor_version], [5])
|
||||||
m4_define([mm_micro_version], [0])
|
m4_define([mm_micro_version], [990])
|
||||||
m4_define([mm_version],
|
m4_define([mm_version],
|
||||||
[mm_major_version.mm_minor_version.mm_micro_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 with old code), increment a.
|
||||||
dnl If the interface has changed in an incompatible way (that is,
|
dnl If the interface has changed in an incompatible way (that is,
|
||||||
dnl functions have changed or been removed), then zero a.
|
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_revision], [0])
|
||||||
m4_define([mm_glib_lt_age], [2])
|
m4_define([mm_glib_lt_age], [3])
|
||||||
|
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
dnl autoconf, automake, libtool initialization
|
dnl autoconf, automake, libtool initialization
|
||||||
|
Reference in New Issue
Block a user