Version 0.4.0.0 for release.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Dec 2007 16:16:16 +0000 (16:16 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Dec 2007 16:16:16 +0000 (16:16 +0000)
* configure.ac: Version 0.4.0.0 for release.

ChangeLog
configure.ac

index 6efd5eb..733e040 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * libvirt/libvirt_c.c: Use enter/leave_blocking_section around
          synchronous libvirt API calls, so that multithreaded OCaml
          programs can be used.
+       * configure.ac: Version 0.4.0.0 for release.
 
 2007-11-20  Richard Jones  <rjones@redhat.com>
 
index c238643..8e4c9c9 100644 (file)
@@ -17,7 +17,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(ocaml-libvirt,0.3.3.4)
+AC_INIT(ocaml-libvirt,0.4.0.0)
 
 dnl Check for basic C environment.
 AC_PROG_CC