bump version to 0.11.1 for new spice_qxl_monitors_config_async

bump current and age since only additions where done.
new server library is libspice-server.so.1.2.0 .
This commit is contained in:
Alon Levy 2012-07-23 14:23:19 +03:00
parent 0acea04d71
commit ad7c5ca72a
2 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 11)
m4_define([SPICE_MICRO], 0)
m4_define([SPICE_CURRENT], [2])
m4_define([SPICE_MICRO], 1)
m4_define([SPICE_CURRENT], [3])
m4_define([SPICE_REVISION], [0])
m4_define([SPICE_AGE], [1])
m4_define([SPICE_AGE], [2])
# Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned
# from looking at libtool 2.4.2)

View File

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