diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20161112) UNRELEASED; urgency=medium +git-annex (6.20161118) unstable; urgency=medium * git-annex.cabal: Loosen bounds on persistent to allow 2.5, which on Debian has been patched to work with esqueleto. @@ -16,7 +16,7 @@ git-annex (6.20161112) UNRELEASED; urgency=medium * Linux arm standalone: Build with a 32kb page size, which is needed on several ARM NAS devices, including Drobo 5N, and WD NAS. - -- Joey Hess <id@joeyh.name> Tue, 15 Nov 2016 11:15:27 -0400 + -- Joey Hess <id@joeyh.name> Fri, 18 Nov 2016 11:43:14 -0400 git-annex (6.20161111) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 46b08d22d..7535c5037 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20161111 +Version: 6.20161118 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |