summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-07-23 14:23:19 +0300
committerAlon Levy <alevy@redhat.com>2012-07-23 15:46:53 +0300
commitad7c5ca72a36a867c11409ebe55016a8da7b7441 (patch)
tree251c1fb08ed0b4e5f5b073f8eb39cf89581f3e49 /configure.ac
parent0acea04d71f28e98b15620e31902dd8e2196c637 (diff)
downloadspice-ad7c5ca72a36a867c11409ebe55016a8da7b7441.tar.gz
spice-ad7c5ca72a36a867c11409ebe55016a8da7b7441.tar.xz
spice-ad7c5ca72a36a867c11409ebe55016a8da7b7441.zip
bump version to 0.11.1 for new spice_qxl_monitors_config_async
bump current and age since only additions where done. new server library is libspice-server.so.1.2.0 .
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 75a062c2..bed04640 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], 0)
-m4_define([SPICE_CURRENT], [2])
+m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_CURRENT], [3])
m4_define([SPICE_REVISION], [0])
-m4_define([SPICE_AGE], [1])
+m4_define([SPICE_AGE], [2])
# Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned
# from looking at libtool 2.4.2)