diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-27 11:36:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-27 11:36:38 -0400 |
commit | 090edb585ff7dbd38a7c0f760724167c879eaa16 (patch) | |
tree | f6c7465a6347c22755f4f9500432921691e6b4ce | |
parent | f449f2c5502e11c971f331329c336dd39ee08979 (diff) |
prep release5.20140227
-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 30d77d626..5264f0a70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20140222) UNRELEASED; urgency=medium +git-annex (5.20140227) unstable; urgency=medium * metadata: Field names limited to alphanumerics and a few whitelisted punctuation characters to avoid issues with views, etc. @@ -31,7 +31,7 @@ git-annex (5.20140222) UNRELEASED; urgency=medium * Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for only partially transferred objects. - -- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 27 Feb 2014 11:34:19 -0400 git-annex (5.20140221) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 8228cdc66..6b2f821dd 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140221 +Version: 5.20140227 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |