diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-13 10:13:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-13 10:13:27 -0400 |
commit | b1c5b32ea4ff8c2d86ee596d538a1f354235eb8a (patch) | |
tree | 58e8da5118e78edb36cfdac515942a79d1030608 | |
parent | 3e8f3a2b1feb102505ada7bbcb6c7e9820e62ce3 (diff) |
prep release5.20141013
-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 9ac33fed1..fc809b457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20140928) UNRELEASED; urgency=medium +git-annex (5.20141013) unstable; urgency=medium * Adjust cabal file to support building w/o assistant on the hurd. * Support building with yesod 1.4. @@ -6,7 +6,7 @@ git-annex (5.20140928) UNRELEASED; urgency=medium * map: Handle .git prefixed remote repos. Closes: #614759 * repair: Prevent auto gc from happening when fetching from a remote. - -- Joey Hess <joeyh@debian.org> Mon, 29 Sep 2014 14:07:51 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 13 Oct 2014 10:13:06 -0400 git-annex (5.20140927) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index ce0e8279b..18a7150dd 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140927 +Version: 5.20141013 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |