summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-07-14 18:55:27 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-07-14 18:55:27 +0200
commitc6af0de841a9fd5f5e7e0a469434a40b06ef32ea (patch)
tree8aa1c6583686bdb13d039696dded783a8e5812f1 /configure.ac
parentc90183da944001e466f60acb58a5052c353995ca (diff)
downloadspice-c6af0de841a9fd5f5e7e0a469434a40b06ef32ea.tar.gz
spice-c6af0de841a9fd5f5e7e0a469434a40b06ef32ea.tar.xz
spice-c6af0de841a9fd5f5e7e0a469434a40b06ef32ea.zip
update shlib minor
commit c90183da944001e466f60acb58a5052c353995ca added two new functions, update shared lib minor version for that.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6b70329f..26da3f0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AM_PROG_CC_C_O
AC_C_BIGENDIAN
AC_PATH_PROGS(PYTHON, python2 python)
-SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 0)
+SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 1)
AC_SUBST(SPICE_LT_VERSION)
# Check for the CPU we are using