[Spice-devel] [PATCH 19/35] shlib major

Gerd Hoffmann kraxel at redhat.com
Wed May 12 04:32:13 PDT 2010


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 94cd65f..0958b6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_PROG_LIBTOOL
 AM_PROG_CC_C_O
 AC_C_BIGENDIAN
 
-SPICE_LT_VERSION=m4_format("%d:%d:%d", SPICE_MAJOR, SPICE_MINOR, SPICE_MICRO)
+SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 0)
 AC_SUBST(SPICE_LT_VERSION)
 
 # Check for the CPU we are using
-- 
1.6.6.1



More information about the Spice-devel mailing list