[Spice-commits] 2 commits - configure.ac server/spice.h

Gerd Hoffmann kraxel at kemper.freedesktop.org
Wed Jul 14 10:06:08 PDT 2010


 configure.ac   |    2 +-
 server/spice.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit cc5b59e0f32b580b85b6ec92bb03fc80fbea4498
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jul 14 19:00:52 2010 +0200

    add SPICE_SERVER_VERSION
    
    Allow to ifdef features which depend on a certain libspice-server release.

diff --git a/server/spice.h b/server/spice.h
index 2cb8a75..fc7d5b5 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,6 +21,8 @@
 #include <stdint.h>
 #include <sys/socket.h>
 
+#define SPICE_SERVER_VERSION 0x000503 /* release 0.5.3 */
+
 /* interface base type */
 
 typedef struct SpiceBaseInterface SpiceBaseInterface;
commit c6af0de841a9fd5f5e7e0a469434a40b06ef32ea
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Jul 14 18:55:27 2010 +0200

    update shlib minor
    
    commit c90183da944001e466f60acb58a5052c353995ca added two new functions,
    update shared lib minor version for that.

diff --git a/configure.ac b/configure.ac
index 6b70329..26da3f0 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


More information about the Spice-commits mailing list