mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
Change major to 2 to declare network protocol stable
This commit is contained in:
parent
3f63e04881
commit
ca700d1fa7
@ -36,7 +36,7 @@
|
||||
#include <spice/start-packed.h>
|
||||
|
||||
#define SPICE_MAGIC (*(uint32_t*)"REDQ")
|
||||
#define SPICE_VERSION_MAJOR (~(uint32_t)0 - 1)
|
||||
#define SPICE_VERSION_MAJOR 2
|
||||
#define SPICE_VERSION_MINOR 0
|
||||
|
||||
// Encryption & Ticketing Parameters
|
||||
|
||||
Loading…
Reference in New Issue
Block a user