From 9268d4f9ef445ca7c9bf731fe125f432cf6385ac Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 17 Jan 2019 16:14:25 +0100 Subject: [PATCH] release: bump version to 1.10.0 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1fcb9c34..94140dfe 100644 --- a/configure.ac +++ b/configure.ac @@ -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