From fef20e25d936421c01b79219f35c7ef1246fa604 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 14 Nov 2007 16:12:46 +0000 Subject: Version 0.3.3.3. * libvirt/libvirt.mli: Added filename = string type to clarify some function signatures which take a filename. Added lots of function documentation. * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bddcac8..635b49a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-libvirt,0.3.3.2) +AC_INIT(ocaml-libvirt,0.3.3.3) dnl Check for basic C environment. AC_PROG_CC -- cgit