mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-03 15:39:36 +00:00
Change major to 2 to declare network protocol stable
This commit is contained in:
parent
1509b51bef
commit
d8b1b6afb2
@ -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