From 951727fc7c541d8639741d549098c04693b4bd70 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 5 Mar 2012 16:29:21 +0000 Subject: [PATCH] Version 0.6.1.1. --- Makefile.in | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1