diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-22 19:25:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-22 19:25:28 -0400 |
commit | 1cd52d9693a07a4691ad1723bf7d4e43f2c916cb (patch) | |
tree | 428fc359a819119762a46d85077fa2fd8d4b447d | |
parent | 466d6578e41d4923b1c8a67f9b2ac501d4d26957 (diff) |
prep for release tomorrow
-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 c5d612ffb..51d17c53b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20130315) UNRELEASED; urgency=low +git-annex (4.20130323) unstable; urgency=low * webapp: Repository list is now included in the dashboard, and other UI tweaks. @@ -36,7 +36,7 @@ git-annex (4.20130315) UNRELEASED; urgency=low * webapp: Confirm whether user wants to combine repositories when adding a removable drive that already has a repository on it. - -- Joey Hess <joeyh@debian.org> Fri, 15 Mar 2013 00:10:07 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 22 Mar 2013 18:54:05 -0400 git-annex (4.20130314) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index e074b9c62..8a36e5f4f 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130315 +Version: 4.20130323 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |