release 0.12.1

This commit is contained in:
Alon Levy 2012-10-19 13:15:56 +02:00
parent 63bb37276e
commit 65b6c56cf8
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 */