Release 0.7.3

This commit is contained in:
Hans de Goede 2011-02-11 15:26:10 +01:00
parent f173a38de7
commit 822fea8b32
3 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Major changes in 0.7.3:
=======================
* Suport building with (and requires) libcacard-0.1.2
* Fixes for building with gcc-4.6
* Server: Drop unnecessary X11 and alsa requires from spice-server.pc
* Client: fix minor for old migration support
* Client: Remove spice-client watermark (rhbz#662450)
Major changes in 0.7.2:
=======================
* cmd-line-parser: fix wrong reporting of bad argument in --bla=val case

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 7)
m4_define([SPICE_MICRO], 2)
m4_define([SPICE_MICRO], 3)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)

View File

@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/socket.h>
#define SPICE_SERVER_VERSION 0x000702 /* release 0.7.2 */
#define SPICE_SERVER_VERSION 0x000703 /* release 0.7.3 */
/* interface base type */