summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-06-12 15:17:38 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-06 17:09:16 +0200
commit9e75019e653f4f79d5287ba8288726ad88f97fee (patch)
tree7c60465db4a8908b74bdf2351b38e8893165b112 /configure.ac
parentee1beff2ab0961066c71466a195430fb2473240d (diff)
downloadspice-9e75019e653f4f79d5287ba8288726ad88f97fee.tar.gz
spice-9e75019e653f4f79d5287ba8288726ad88f97fee.tar.xz
spice-9e75019e653f4f79d5287ba8288726ad88f97fee.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 61f8dcd5..8ab4c4ad 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)