update shlib minor

commit c90183da94 added two new functions,
update shared lib minor version for that.
This commit is contained in:
Gerd Hoffmann 2010-07-14 18:55:27 +02:00
parent c90183da94
commit c6af0de841

View File

@ -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