diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-24 21:25:31 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-24 21:25:31 +0100 |
| commit | b3bf53714b4e783fb7c7565a6be050dece0d3d1a (patch) | |
| tree | 2e4481c8c2306c586c962e53eda6128d6551ac18 /src | |
| parent | c9cccb776e0f15d6a28120fe5dbaed3ef6a70486 (diff) | |
libvirt >= 0.10.2 required for libvirt backend.
Diffstat (limited to 'src')
| -rw-r--r-- | src/launch-libvirt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c index c055504a..d3bb0bfe 100644 --- a/src/launch-libvirt.c +++ b/src/launch-libvirt.c @@ -60,7 +60,7 @@ */ #define MIN_LIBVIRT_MAJOR 0 #define MIN_LIBVIRT_MINOR 10 -#define MIN_LIBVIRT_MICRO 0 +#define MIN_LIBVIRT_MICRO 2 /* XXX patches in > 2 already */ #define MIN_LIBVIRT_VERSION (MIN_LIBVIRT_MAJOR * 1000000 + \ MIN_LIBVIRT_MINOR * 1000 + \ MIN_LIBVIRT_MICRO) |
