From: Richard W.M. Jones <rjones@redhat.com>
Date: Mon, 5 Mar 2012 16:29:21 +0000 (+0000)
Subject: Version 0.6.1.1.
X-Git-Tag: 0.6.1.1^0
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4b2ca8ef01cd1b618006af661753bb4abe0da995;p=ocaml-libvirt.git

Version 0.6.1.1.
---

diff --git a/Makefile.in b/Makefile.in
index 99bc82b..c0622cc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ dist: ChangeLog
 	ls -l $(PACKAGE)-$(VERSION).tar.gz
 
 check-manifest:
-	hg manifest | sort > .check-manifest; \
+	git ls-files | sort > .check-manifest; \
 	sort MANIFEST > .orig-manifest; \
 	diff -u .orig-manifest .check-manifest; rv=$$?; \
 	rm -f .orig-manifest .check-manifest; \
diff --git a/configure.ac b/configure.ac
index 47b981f..c88e804 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.6.1.0)
+AC_INIT(ocaml-libvirt,0.6.1.1)
 
 dnl Check for basic C environment.
 AC_PROG_CC