release: bump version to 1.16.0
This commit is contained in:
@@ -5,7 +5,7 @@ dnl Package and library versioning support
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
m4_define([mm_major_version], [1])
|
m4_define([mm_major_version], [1])
|
||||||
m4_define([mm_minor_version], [15])
|
m4_define([mm_minor_version], [16])
|
||||||
m4_define([mm_micro_version], [0])
|
m4_define([mm_micro_version], [0])
|
||||||
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], [6])
|
m4_define([mm_glib_lt_current], [7])
|
||||||
m4_define([mm_glib_lt_revision], [0])
|
m4_define([mm_glib_lt_revision], [0])
|
||||||
m4_define([mm_glib_lt_age], [6])
|
m4_define([mm_glib_lt_age], [7])
|
||||||
|
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
dnl autoconf, automake, libtool initialization
|
dnl autoconf, automake, libtool initialization
|
||||||
|
Reference in New Issue
Block a user