[Spice-commits] spice/protocol.h

Alexander Larsson alexl at kemper.freedesktop.org
Wed Jun 23 07:33:37 PDT 2010


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

New commits:
commit 9837b4596cfe2dbd32d799f585dca9e74d53e72d
Author: Alexander Larsson <alexl at redhat.com>
Date:   Wed Jun 23 11:50:26 2010 +0200

    Reset minor to 0 as we're bumping major

diff --git a/spice/protocol.h b/spice/protocol.h
index f721ce1..f75615a 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -38,7 +38,7 @@
 
 #define SPICE_MAGIC (*(uint32_t*)"REDQ")
 #define SPICE_VERSION_MAJOR (~(uint32_t)0 - 1)
-#define SPICE_VERSION_MINOR 3
+#define SPICE_VERSION_MINOR 0
 
 // Encryption & Ticketing Parameters
 #define SPICE_MAX_PASSWORD_LENGTH 60


More information about the Spice-commits mailing list