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

release: bump version to 1.10.0

parent f49f3257
No related branches found
Tags 1.4.20
Loading
......@@ -5,8 +5,8 @@ dnl Package and library versioning support
dnl
m4_define([mm_major_version], [1])
m4_define([mm_minor_version], [9])
m4_define([mm_micro_version], [990])
m4_define([mm_minor_version], [10])
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], [3])
m4_define([mm_glib_lt_current], [4])
m4_define([mm_glib_lt_revision], [0])
m4_define([mm_glib_lt_age], [3])
m4_define([mm_glib_lt_age], [4])
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