diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -git-annex (6.20171110) UNRELEASED; urgency=medium +git-annex (6.20171124) unstable; urgency=medium * Display progress meter when uploading a key without size information, getting the size by statting the content file. * Fix build with dns-3.0. - -- Joey Hess <id@joeyh.name> Tue, 14 Nov 2017 16:14:20 -0400 + -- Joey Hess <id@joeyh.name> Fri, 24 Nov 2017 10:49:36 -0400 git-annex (6.20171109) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 6347b58a4..5d46caed3 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20171109 +Version: 6.20171124 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |