diff options
author | Hans de Goede <hdegoede@redhat.com> | 2010-10-18 14:52:43 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2010-10-18 14:52:43 +0200 |
commit | 023d9c0d9118afe64ef17295cd683594413bd36e (patch) | |
tree | 0136a27d8ee0ca45405d82220940a4715f319e2b | |
parent | df6df8e58720b7cc4ef41b73a09abd1577556407 (diff) |
Release 0.6.30.6.3
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | server/spice.h | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -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: diff --git a/configure.ac b/configure.ac index 91f4b14f..0ab6dd89 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/server/spice.h b/server/spice.h index 61a168bf..898a32db 100644 --- a/server/spice.h +++ b/server/spice.h @@ -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 */ |