Release 0.6.3

This commit is contained in:
Hans de Goede 2010-10-18 14:52:43 +02:00
parent df6df8e587
commit 023d9c0d91
3 changed files with 8 additions and 3 deletions

7
NEWS
View File

@ -1,4 +1,4 @@
Major changes in 0.6.2:
Major changes in 0.6.3:
=======================
Major changes in this release:
* Foreign menu and controller support for the client for XPI / ActiveX
@ -8,6 +8,11 @@ Major changes in this release:
* Fix fullscreen mode of the X client under compiz and KDE
* Various portability and bug fixes
Major changes in 0.6.2:
=======================
0.6.2 was skipped because a small but nasty bug was found while preparing
the release (and it was already tagged as 0.6.2 in git).
Major changes in 0.6.1:
=======================
Major changes in this release:

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 6)
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 0x000602 /* release 0.6.2 */
#define SPICE_SERVER_VERSION 0x000603 /* release 0.6.3 */
/* interface base type */