From c6af0de841a9fd5f5e7e0a469434a40b06ef32ea Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 14 Jul 2010 18:55:27 +0200 Subject: [PATCH] update shlib minor commit c90183da944001e466f60acb58a5052c353995ca added two new functions, update shared lib minor version for that. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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