[Spice-devel] [PATCH 4/6] server: bump minor to 1 to signify QXLInterface addition in next patch
Alon Levy
alevy at redhat.com
Mon Jun 20 04:18:07 PDT 2011
---
server/spice.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/spice.h b/server/spice.h
index 425d586..cbb75cc 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -89,7 +89,7 @@ struct SpiceCoreInterface {
#define SPICE_INTERFACE_QXL "qxl"
#define SPICE_INTERFACE_QXL_MAJOR 3
-#define SPICE_INTERFACE_QXL_MINOR 0
+#define SPICE_INTERFACE_QXL_MINOR 1
typedef struct QXLInterface QXLInterface;
typedef struct QXLInstance QXLInstance;
typedef struct QXLState QXLState;
--
1.7.5.2
More information about the Spice-devel
mailing list