diff options
author | Alon Levy <alevy@redhat.com> | 2012-09-10 18:35:09 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-09-13 14:47:32 +0300 |
commit | 56eef9eeaaeab11545982792094843c60bab0d1c (patch) | |
tree | 04b24b9c729c50652f1656e9991cf33d8529c1ac /configure.ac | |
parent | 9e1d165fc01d9125fb8d6a65ac231b737db98189 (diff) |
spice-server 0.11.5
Added api:
QXL interface (3.2)
client_monitors_config
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1c571106..0545af66 100644 --- a/configure.ac +++ b/configure.ac @@ -12,10 +12,10 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 11) -m4_define([SPICE_MICRO], 4) -m4_define([SPICE_CURRENT], [5]) +m4_define([SPICE_MICRO], 5) +m4_define([SPICE_CURRENT], [6]) m4_define([SPICE_REVISION], [0]) -m4_define([SPICE_AGE], [4]) +m4_define([SPICE_AGE], [5]) # Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned # from looking at libtool 2.4.2) |