summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-04-19 13:06:58 +0200
committerHans de Goede <hdegoede@redhat.com>2011-04-19 16:26:17 +0200
commit0fca86d2dd18e41630ebbca444a696de458a69bd (patch)
treee15232bb8fa45074b4db49c937827572ab307c6f /configure.ac
parent4564cbb59dd1d187e55af0f98d0086dad1cf72c6 (diff)
Prepare for a 0.8.0 releasespice-vdagent-0.8.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0282ee2..1c3fb1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.65)
-AC_INIT([vd-agent], [0.6.3])
+AC_INIT([spice-vdagent], [0.8.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])
@@ -25,7 +25,7 @@ if test x"$enable_console_kit" = "xyes" ; then
AC_DEFINE([HAVE_CONSOLE_KIT], [1], [If defined, vdagentd will be compiled with ConsoleKit support] )
fi
AM_CONDITIONAL(HAVE_CONSOLE_KIT, test x"$enable_console_kit" = "xyes")
-PKG_CHECK_MODULES(SPICE, [spice-protocol])
+PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.8.0])
AC_CONFIG_FILES([
Makefile