summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-07-26 14:16:07 +0200
committerHans de Goede <hdegoede@redhat.com>2011-07-26 14:16:07 +0200
commit608713b9acebdc83f10eaf14888dd9d6b07f4a3e (patch)
treeea836a687d68f8bcb223126da41fffc1fbf531fa /server/spice.h
parent37a24a888f308e03b5a62e4aba2a00e064cada95 (diff)
downloadspice-608713b9acebdc83f10eaf14888dd9d6b07f4a3e.tar.gz
spice-608713b9acebdc83f10eaf14888dd9d6b07f4a3e.tar.xz
spice-608713b9acebdc83f10eaf14888dd9d6b07f4a3e.zip
Bump version in server/spice,h to 0.9.1
It is a bit early to bump, since a 0.9.1 release is not happening yet, but this allows me to test if the vdagent SpiceCharInterface state callback fixes are present or not in qemu code, and thus disabling the ugly vdagent specific workaround from spice-qemu-char.c when compiling against a new enough spice-server.
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/spice.h b/server/spice.h
index 15326b2c..5f331fbb 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -22,7 +22,7 @@
#include <sys/socket.h>
#include <spice/qxl_dev.h>
-#define SPICE_SERVER_VERSION 0x000900 /* release 0.9.0 */
+#define SPICE_SERVER_VERSION 0x000901 /* release 0.9.1 */
/* interface base type */