bump version to 0.11.2

New api entries:
    spice_server_vm_start
    spice_server_vm_stop
    spice_server_set_seamless_migration
This commit is contained in:
Yonit Halperin 2012-08-01 21:45:14 +03:00
parent f45fb9e1b6
commit 92f3ee6ed8
3 changed files with 9 additions and 2 deletions

View File

@ -12,7 +12,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 11)
m4_define([SPICE_MICRO], 1)
m4_define([SPICE_MICRO], 2)
m4_define([SPICE_CURRENT], [3])
m4_define([SPICE_REVISION], [0])
m4_define([SPICE_AGE], [2])

View File

@ -116,3 +116,10 @@ SPICE_SERVER_0.10.3 {
SPICE_SERVER_0.10.4 {
spice_qxl_monitors_config_async;
} SPICE_SERVER_0.10.3;
SPICE_SERVER_0.11.2 {
global:
spice_server_vm_start;
spice_server_vm_stop;
spice_server_set_seamless_migration;
} SPICE_SERVER_0.10.4;

View File

@ -22,7 +22,7 @@
#include <sys/socket.h>
#include <spice/qxl_dev.h>
#define SPICE_SERVER_VERSION 0x000b01 /* release 0.11.1 */
#define SPICE_SERVER_VERSION 0x000b02 /* release 0.11.2 */
/* interface base type */