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).
This commit is contained in:
Alexander Larsson 2010-03-24 16:07:45 +01:00
parent a668cb38e2
commit d9f01c38ee

View File

@ -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