Reset minor to 0 as we're bumping major

This commit is contained in:
Alexander Larsson 2010-06-23 11:50:26 +02:00
parent 99f2665776
commit 9837b4596c

View File

@ -38,7 +38,7 @@
#define SPICE_MAGIC (*(uint32_t*)"REDQ")
#define SPICE_VERSION_MAJOR (~(uint32_t)0 - 1)
#define SPICE_VERSION_MINOR 3
#define SPICE_VERSION_MINOR 0
// Encryption & Ticketing Parameters
#define SPICE_MAX_PASSWORD_LENGTH 60