build-sys: bump libtool version information

Enterprise / Virtualization / SPICE - Frediano Ziglio [redhat.com] - 6 October 2015 10:09 UTC

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

###

diff --git a/configure.ac b/configure.ac
index 61f8dcd..8ab4c4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)

9e75019 build-sys: bump libtool version information
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share