Version 0.6.1.0 for release.
[ocaml-libvirt.git] / configure.ac
index 457abe7..8a3d8ad 100644 (file)
@@ -17,7 +17,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(ocaml-libvirt,0.4.2.3)
+AC_INIT(ocaml-libvirt,0.6.1.0)
 
 dnl Check for basic C environment.
 AC_PROG_CC
@@ -125,6 +125,7 @@ AC_CHECK_FUNCS([virConnectGetHostname \
                virStorageVolGetPath \
                virDomainBlockPeek \
                virDomainMemoryPeek \
+               virConnectListAllDomains \
 ])
 
 # This jobs API was never published and is due to get overhauled