build-sys: bump libtool version information

As one interface was added bump the version and put a comment to avoid
too much updates.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Frediano Ziglio 2015-06-12 15:17:38 +01:00 committed by Christophe Fergeau
parent ee1beff2ab
commit 9e75019e65

View File

@ -11,9 +11,9 @@ 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])
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@lists.freedesktop.org], spice)