summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-20 15:52:05 +0200
committerAlon Levy <alevy@redhat.com>2010-08-29 20:17:36 +0300
commitca700d1fa756d446ebf6fd276c24ac21146da6bb (patch)
tree2361bce2f3cd502539c91fa14ba693bd0ae809f5
parent3f63e048819f6ede08ed01bc31ae2a33adb550e8 (diff)
Change major to 2 to declare network protocol stable
-rw-r--r--spice/protocol.h2
1 files changed, 1 insertions, 1 deletions
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