mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
release 0.12.1
This commit is contained in:
parent
63bb37276e
commit
65b6c56cf8
@ -13,9 +13,9 @@ AC_PREREQ([2.57])
|
||||
# 4. Follow the libtool manual for the so version:
|
||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
|
||||
m4_define([SPICE_CURRENT], [6])
|
||||
m4_define([SPICE_CURRENT], [7])
|
||||
m4_define([SPICE_REVISION], [0])
|
||||
m4_define([SPICE_AGE], [5])
|
||||
m4_define([SPICE_AGE], [6])
|
||||
|
||||
# Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned
|
||||
# from looking at libtool 2.4.2)
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <spice/qxl_dev.h>
|
||||
#include <spice/vd_agent.h>
|
||||
|
||||
#define SPICE_SERVER_VERSION 0x000c00 /* release 0.12.0 */
|
||||
#define SPICE_SERVER_VERSION 0x000c01 /* release 0.12.1 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user