diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index eb9037771..626e38837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20110706) UNRELEASED; urgency=low +git-annex (3.20110707) unstable; urgency=low * Fix sign bug in disk free space checking. * Bugfix: Forgot to de-escape keys when upgrading. Could result in @@ -7,7 +7,7 @@ git-annex (3.20110706) UNRELEASED; urgency=low * add: Avoid a failure mode that resulted in the file seemingly being deleted (content put in the annex but no symlink present). - -- Joey Hess <joeyh@debian.org> Tue, 05 Jul 2011 20:52:11 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 07 Jul 2011 19:29:39 -0400 git-annex (3.20110705) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 3ea7e5fb3..eb02ae0ca 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20110705 +Version: 3.20110707 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |