summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-08-30 12:47:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-08-30 16:12:25 +0200
commitb718f59d4617067c589dae020d14bf4327e2fa62 (patch)
treea5a7f6e767b38abd75eb1f9881aa21153f01f65e /configure.ac
parent9681ebb671313f585e2f3c35920d0489e752f508 (diff)
downloadspice-b718f59d4617067c589dae020d14bf4327e2fa62.tar.gz
spice-b718f59d4617067c589dae020d14bf4327e2fa62.tar.xz
spice-b718f59d4617067c589dae020d14bf4327e2fa62.zip
Bump versions.
Update #define in server/spice.h in preparation for the 0.6.0 release. We also got some new functions, thus we have to increate the shared lib minor number for spice-server.
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 f27265a2..d05b8345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AM_PROG_CC_C_O
AC_C_BIGENDIAN
AC_PATH_PROGS(PYTHON, python2 python)
-SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 1)
+SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 2)
AC_SUBST(SPICE_LT_VERSION)
# Check for the CPU we are using