diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-07 13:06:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-07 13:06:58 -0400 |
commit | f8911cc69dc069b47da7c156270620ef6aa758b8 (patch) | |
tree | f2aee64c0966eeacff6276fd05c95e1590291da4 | |
parent | 41eecb4601896f7ece2151ff79775dd591e91b37 (diff) |
releasing version 3.201111073.20111107
-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 57be7dd67..0b4fe3486 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20111106) UNRELEASED; urgency=low +git-annex (3.20111107) unstable; urgency=low * merge: Use fast-forward merges when possible. Thanks Valentin Haenel for a test case showing how non-fast-forward @@ -7,7 +7,7 @@ git-annex (3.20111106) UNRELEASED; urgency=low * Bugfix: In the past two releases, git-annex init has written the uuid.log in the wrong format, with the UUID and description flipped. - -- Joey Hess <joeyh@debian.org> Sun, 06 Nov 2011 14:57:57 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 07 Nov 2011 12:47:44 -0400 git-annex (3.20111105) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index f464c46d2..4b3a708a4 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20111105 +Version: 3.20111107 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |