diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-27 14:25:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-27 14:25:15 -0400 |
commit | e02a0a79d4aa8852378d4e049858a98626580bc8 (patch) | |
tree | 7d069aa8c89f85e2a9af981082d6a76858d65e8c | |
parent | 49b3ab607107fe138eba22e408f7ab2801243f7e (diff) |
prep release5.20140927
-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 3f3cdcef0..ae0e2c758 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -git-annex (5.20140927) UNRELEASED; urgency=medium +git-annex (5.20140927) unstable; urgency=medium * Really depend (not just build-depend) on new enough git for --no-gpg-sign to work. Closes: #763057 * Add temporary workaround for bug #763078 which broke building on armel and armhf. - -- Joey Hess <joeyh@debian.org> Sat, 27 Sep 2014 12:14:15 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 27 Sep 2014 14:25:09 -0400 git-annex (5.20140926) unstable; urgency=high diff --git a/git-annex.cabal b/git-annex.cabal index 9dd815732..84448eca7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140926 +Version: 5.20140927 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |