[Spice-devel] [PATCH 2/2] build-sys: bump libtool version information

Frediano Ziglio fziglio at redhat.com
Fri Jun 12 03:50:49 PDT 2015


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

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 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 at lists.freedesktop.org], spice)
-- 
2.1.0



More information about the Spice-devel mailing list