diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2015-06-12 15:17:38 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-10-06 17:09:16 +0200 |
commit | 9e75019e653f4f79d5287ba8288726ad88f97fee (patch) | |
tree | 7c60465db4a8908b74bdf2351b38e8893165b112 | |
parent | ee1beff2ab0961066c71466a195430fb2473240d (diff) |
build-sys: bump libtool version informationv0.12.6
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>
-rw-r--r-- | configure.ac | 4 |
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) |