diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-27 13:44:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-27 13:44:12 -0400 |
commit | cb7095393ab903a15ad36c5e1cf2b5a2a297745f (patch) | |
tree | 250eb5f1c1e6dbaaf6c978715b06d56b5e73bfb0 | |
parent | b4a605918251d60fbf77869fc7f14608b687364f (diff) |
prep release
-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 ca4c7c6dc..894f92e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20140118) UNRELEASED; urgency=medium +git-annex (5.20140127) unstable; urgency=medium * sync --content: New option that makes the content of annexed files be transferred. Similar to the assistant, this honors any configured @@ -41,7 +41,7 @@ git-annex (5.20140118) UNRELEASED; urgency=medium * All commands that support --all also support a --key option, which limits them to acting on a single key. - -- Joey Hess <joeyh@debian.org> Sat, 18 Jan 2014 11:54:17 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 27 Jan 2014 13:43:28 -0400 git-annex (5.20140117) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 151ac692e..2d4731739 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20140117 +Version: 5.20140127 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |