diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-23 11:50:26 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-23 11:50:26 +0200 |
commit | 9837b4596cfe2dbd32d799f585dca9e74d53e72d (patch) | |
tree | 105d871caf46744930bfe0d88bf90872bb2f4f56 /spice | |
parent | 99f266577682cdbd82ef9a282d6a763d39d0548f (diff) |
Reset minor to 0 as we're bumping major
Diffstat (limited to 'spice')
-rw-r--r-- | spice/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spice/protocol.h b/spice/protocol.h index f721ce1..f75615a 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -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 |