mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-11 16:55:33 +00:00
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:
parent
0acea04d71
commit
ad7c5ca72a
@ -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)
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user