[Spice-commits] server/spice.h

Marc-André Lureau elmarco at kemper.freedesktop.org
Sun May 8 10:58:54 PDT 2011


 server/spice.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 148dabdf62e64e7d0ef90d62590812a81255cfe9
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Tue May 3 20:28:37 2011 +0200

    server: bump SPICE_SERVER_VERSION to 0.9.0
    
    SASL functions will be released with 0.9.0

diff --git a/server/spice.h b/server/spice.h
index d22425b..425d586 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,7 +21,7 @@
 #include <stdint.h>
 #include <sys/socket.h>
 
-#define SPICE_SERVER_VERSION 0x000801 /* release 0.8.1 */
+#define SPICE_SERVER_VERSION 0x000900 /* release 0.9.0 */
 
 /* interface base type */
 


More information about the Spice-commits mailing list