diff options
-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> |