diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-24 12:51:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-24 12:51:18 -0400 |
commit | a0952dd0f9179e978ab007e162a43b9e6a6ef162 (patch) | |
tree | 7cfd03e11c2a24a996617dbbf46e7656903803d4 | |
parent | d233537451ffd5d6fcdaf38f30acee2969c1c934 (diff) |
releasing version 3.201206243.20120624
-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 a580f88bc..42f37e572 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20120616) UNRELEASED; urgency=low +git-annex (3.20120624) unstable; urgency=low * watch: New subcommand, a daemon which notices changes to files and automatically annexes new files, etc, so you don't @@ -8,7 +8,7 @@ git-annex (3.20120616) UNRELEASED; urgency=low * unused: Fix crash when key names contain invalid utf8. * sync: Avoid recent git's interactive merge. - -- Joey Hess <joeyh@debian.org> Tue, 12 Jun 2012 11:35:59 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 24 Jun 2012 12:36:50 -0400 git-annex (3.20120614) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 1416a381d..3902a077b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120616 +Version: 3.20120624 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |