[Spice-commits] spice/protocol.h

Alexander Larsson alexl at kemper.freedesktop.org
Tue Jul 20 06:53:49 PDT 2010


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

New commits:
commit d8b1b6afb2b775a02a2541c5321471f1ec33ff70
Author: Alexander Larsson <alexl at redhat.com>
Date:   Tue Jul 20 15:52:05 2010 +0200

    Change major to 2 to declare network protocol stable

diff --git a/spice/protocol.h b/spice/protocol.h
index bac2610..d6a2041 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -36,7 +36,7 @@
 #include <spice/start-packed.h>
 
 #define SPICE_MAGIC (*(uint32_t*)"REDQ")
-#define SPICE_VERSION_MAJOR (~(uint32_t)0 - 1)
+#define SPICE_VERSION_MAJOR 2
 #define SPICE_VERSION_MINOR 0
 
 // Encryption & Ticketing Parameters


More information about the Spice-commits mailing list