build: Update libtool versioning for 0.13.2

Enterprise / Virtualization / SPICE - Christophe Fergeau [redhat.com] - 4 August 2016 10:12 UTC



###

diff --git a/configure.ac b/configure.ac
index 4923b40..f8284f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,9 @@ AC_PREREQ([2.57])
# then set age to 0.
#
dnl TODO see server/spice-char.h TODO comment for API breakage
-m4_define([SPICE_CURRENT], [12])
+m4_define([SPICE_CURRENT], [13])
m4_define([SPICE_REVISION], [0])
-m4_define([SPICE_AGE], [11])
+m4_define([SPICE_AGE], [12])

AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
[spice-devel@lists.freedesktop.org], spice)

2a2a358 build: Update libtool versioning for 0.13.2
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share