Update #define in server/spice.h in preparation for the 0.6.0 release. We also got some new functions, thus we have to increate the shared lib minor number for spice-server.
Signed-off-by: Gerd Hoffmann <[email protected]> --- configure.ac | 2 +- server/spice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f27265a..d05b834 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AM_PROG_CC_C_O AC_C_BIGENDIAN AC_PATH_PROGS(PYTHON, python2 python) -SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 1) +SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 2) AC_SUBST(SPICE_LT_VERSION) # Check for the CPU we are using diff --git a/server/spice.h b/server/spice.h index ef16a6a..65683a3 100644 --- a/server/spice.h +++ b/server/spice.h @@ -21,7 +21,7 @@ #include <stdint.h> #include <sys/socket.h> -#define SPICE_SERVER_VERSION 0x000503 /* release 0.5.3 */ +#define SPICE_SERVER_VERSION 0x000600 /* release 0.6.0 */ /* interface base type */ -- 1.7.1 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
