diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-05 11:12:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-05 11:12:41 -0400 |
commit | 072c171c7a47f66a9b4292e45a2811409ecf9f2b (patch) | |
tree | eefae8237123b6e4c25e1c462d7aa30d4a069dd8 | |
parent | 61db2dcfe0fdccd2c93bbe3e135a8ff4764ad02e (diff) |
prep release4.20130405
-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 4dd56b269..46f1b4ded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20130324) UNRELEASED; urgency=low +git-annex (4.20130405) unstable; urgency=low * Group subcommands into sections in usage. Closes: #703797 * Per-command usage messages. @@ -33,7 +33,7 @@ git-annex (4.20130324) UNRELEASED; urgency=low * Use lower case hash directories for storing files on crippled filesystems, same as is already done for bare repositories. - -- Joey Hess <joeyh@debian.org> Mon, 25 Mar 2013 10:21:46 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 05 Apr 2013 10:42:18 -0400 git-annex (4.20130323) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index f82ca8048..5e67fc96b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130324 +Version: 4.20130405 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |