summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-20 15:52:05 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-20 15:52:05 +0200
commitd8b1b6afb2b775a02a2541c5321471f1ec33ff70 (patch)
treeb7b04dd9d577280377caa8424fdced692fcd9929
parent1509b51befe5af2810f35b5a3978dde71a298501 (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