As one interface was added bump the version and put a comment to avoid too much updates. Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7a9fc4b..3fe3939 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,10 @@ AC_PREREQ([2.57]) # - If any interfaces have been removed or changed since the last public release, # then set age to 0. # -m4_define([SPICE_CURRENT], [10]) +# bumped CURRENT and AGE after 0.12.5 +m4_define([SPICE_CURRENT], [11]) m4_define([SPICE_REVISION], [0]) -m4_define([SPICE_AGE], [9]) +m4_define([SPICE_AGE], [10]) AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)], [spice-devel@xxxxxxxxxxxxxxxxxxxxx], spice) -- 2.1.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel