diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-17 14:49:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-17 14:49:05 -0400 |
commit | 4c96c34bfc57c66661e5bd9b4929862ad3f49d67 (patch) | |
tree | a17ab15dda26a67dace743da4a3c3e173898a14b | |
parent | da01044f992c1b3bb2914f658377fd5c5b0ea75e (diff) |
prep release6.20160217
-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 a005518d6..7ece181c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (6.20160212) UNRELEASED; urgency=medium +git-annex (6.20160217) unstable; urgency=medium * Support getting files from read-only repositories. * checkpresentkey: Allow to be run without an explicit remote. @@ -21,7 +21,7 @@ git-annex (6.20160212) UNRELEASED; urgency=medium * Improve format of v6 unlocked pointer files to support keys containing slashes. - -- Joey Hess <id@joeyh.name> Fri, 12 Feb 2016 14:03:46 -0400 + -- Joey Hess <id@joeyh.name> Wed, 17 Feb 2016 14:48:51 -0400 git-annex (6.20160211) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 2a647ac9f..85cba3c97 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20160211 +Version: 6.20160217 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |