From 07f899a9d3a1b688a06b858db36d8eea163e1d13 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 18 Mar 2016 12:55:58 +0100 Subject: [PATCH] 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. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 557e6fd3..ada1f5af 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl m4_define([mm_major_version], [1]) m4_define([mm_minor_version], [5]) -m4_define([mm_micro_version], [0]) +m4_define([mm_micro_version], [990]) 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], [2]) +m4_define([mm_glib_lt_current], [3]) m4_define([mm_glib_lt_revision], [0]) -m4_define([mm_glib_lt_age], [2]) +m4_define([mm_glib_lt_age], [3]) dnl----------------------------------------------------------------------------- dnl autoconf, automake, libtool initialization