diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-11 12:41:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-11 12:41:58 -0400 |
commit | 1654355e7d063a7c0b233cde0af3319bbf4fbc36 (patch) | |
tree | 13fc6de33063374929978900636aeffe658aff53 | |
parent | a229aa5c653292b69bc38c9674997b0337934b96 (diff) |
prep release6.20160511
-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 7c02d2a25..ab2362703 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (6.20160420) UNRELEASED; urgency=medium +git-annex (6.20160511) unstable; urgency=medium * Fix bug that sometimes prevented git-annex smudge --clean from consuming all its input, which resulted in git add bypassing git-annex. @@ -33,7 +33,7 @@ git-annex (6.20160420) UNRELEASED; urgency=medium of the repo and your public keys can upload files to, but only you can decrypt the files stored in it. - -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 + -- Joey Hess <id@joeyh.name> Wed, 11 May 2016 12:41:42 -0400 git-annex (6.20160419) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index c62eaeced..146eeeddb 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20160419 +Version: 6.20160511 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |