mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-31 02:41:50 +00:00
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:
parent
a668cb38e2
commit
d9f01c38ee
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user