From d9f01c38ee6e70f1728e7cdbf82c43de6968aba8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 24 Mar 2010 16:07:45 +0100 Subject: [PATCH] Bump minor to 3 There is some confusion in the different branches on what the minors mean. We expect minor == 2 to mean support for SPICE_MSG_MAIN_MIGRATE_SWITCH_HOST and SpiceMsgMainMigrationBegin with added public key info. All other additions like tunneling are for minor 3 (although we might not do a release with minor 3, but rather the bump major). --- spice/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice/protocol.h b/spice/protocol.h index 60016df..a0c5251 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -37,7 +37,7 @@ #define SPICE_MAGIC (*(uint32_t*)"REDQ") #define SPICE_VERSION_MAJOR (~(uint32_t)0 - 1) -#define SPICE_VERSION_MINOR 2 +#define SPICE_VERSION_MINOR 3 // Encryption & Ticketing Parameters #define SPICE_MAX_PASSWORD_LENGTH 60