diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2012-08-01 21:45:14 +0300 |
---|---|---|
committer | Yonit Halperin <yhalperi@redhat.com> | 2012-08-27 09:04:52 +0300 |
commit | 92f3ee6ed8cf8b6694a2216f30004a3e09445a20 (patch) | |
tree | fde1b304428eca89e9f01a60a8a977e3fe02229e /configure.ac | |
parent | f45fb9e1b66f691da7432377e0ff4000bccc1aa9 (diff) |
bump version to 0.11.2
New api entries:
spice_server_vm_start
spice_server_vm_stop
spice_server_set_seamless_migration
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bed04640..7bd43139 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 11) -m4_define([SPICE_MICRO], 1) +m4_define([SPICE_MICRO], 2) m4_define([SPICE_CURRENT], [3]) m4_define([SPICE_REVISION], [0]) m4_define([SPICE_AGE], [2]) |