From 16acc507f3b814d01b30bc1f0e08e790785327ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Apr 2012 16:37:44 -0400 Subject: releasing version 3.20120405 --- Makefile | 2 +- debian/changelog | 4 ++-- git-annex.cabal | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a0447f2d2..b93514057 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ install: all fi test: - @if ! $(GHCMAKE) -O0 test; then \ + @if ! $(GHCMAKE) -O0 test $(clibs); then \ echo "** failed to build the test suite" >&2; \ exit 1; \ elif ! ./test; then \ diff --git a/debian/changelog b/debian/changelog index 5aecd7b7e..6306bc859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -git-annex (3.20120316) UNRELEASED; urgency=low +git-annex (3.20120405) unstable; urgency=low * Rewrote free disk space checking code, moving the portability handling into a small C library. * status: Display amount of free disk space. - -- Joey Hess Wed, 21 Mar 2012 21:19:16 -0400 + -- Joey Hess Thu, 05 Apr 2012 16:19:10 -0400 git-annex (3.20120315) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 9e37a6cb3..f542f5754 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120316 +Version: 3.20120405 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess -- cgit v1.2.3