summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-24 16:07:45 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-24 16:11:59 +0100
commitd9f01c38ee6e70f1728e7cdbf82c43de6968aba8 (patch)
treeefe9c2b4132b8e8bba1a4ffb093a51faa6ff4dc0
parenta668cb38e2711ed8b5d4a4f60d1868d263c05e28 (diff)
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).
-rw-r--r--spice/protocol.h2
1 files changed, 1 insertions, 1 deletions
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