From ca700d1fa756d446ebf6fd276c24ac21146da6bb Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 20 Jul 2010 15:52:05 +0200 Subject: [PATCH] Change major to 2 to declare network protocol stable --- spice/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #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