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

Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
Acked-by: Christophe Fergeau <cferg...@redhat.com>
---
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1802ff1..2aaf88d 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@lists.freedesktop.org], spice)
-- 
2.1.0

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to