Version 0.6.1.1. 0.6.1.1
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 5 Mar 2012 16:29:21 +0000 (16:29 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Mar 2012 11:40:23 +0000 (11:40 +0000)
Makefile.in
configure.ac

index 99bc82b..c0622cc 100644 (file)
@@ -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; \
index 47b981f..c88e804 100644 (file)
@@ -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