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

release: bump version to 1.14.0

parent 71d65bbe
Loading
......@@ -5,8 +5,8 @@ dnl Package and library versioning support
dnl
m4_define([mm_major_version], [1])
m4_define([mm_minor_version], [13])
m4_define([mm_micro_version], [900])
m4_define([mm_minor_version], [14])
m4_define([mm_micro_version], [0])
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], [5])
m4_define([mm_glib_lt_current], [6])
m4_define([mm_glib_lt_revision], [0])
m4_define([mm_glib_lt_age], [5])
m4_define([mm_glib_lt_age], [6])
dnl-----------------------------------------------------------------------------
dnl autoconf, automake, libtool initialization
......
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