summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-08-01 21:45:14 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-08-27 09:04:52 +0300
commit92f3ee6ed8cf8b6694a2216f30004a3e09445a20 (patch)
treefde1b304428eca89e9f01a60a8a977e3fe02229e /configure.ac
parentf45fb9e1b66f691da7432377e0ff4000bccc1aa9 (diff)
downloadspice-92f3ee6ed8cf8b6694a2216f30004a3e09445a20.tar.gz
spice-92f3ee6ed8cf8b6694a2216f30004a3e09445a20.tar.xz
spice-92f3ee6ed8cf8b6694a2216f30004a3e09445a20.zip
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.ac2
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])