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 ff6d4095e..193976ac9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20131025) UNRELEASED; urgency=low +git-annex (4.20131101) unstable; urgency=low * The "git annex content" command is renamed to "git annex wanted". * New --want-get and --want-drop options which can be used to @@ -28,7 +28,7 @@ git-annex (4.20131025) UNRELEASED; urgency=low potentially unsafe; editing such a hard linked file can unexpectedly change content stored in the annex.) - -- Joey Hess <joeyh@debian.org> Sat, 26 Oct 2013 12:11:48 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 01 Nov 2013 11:34:27 -0400 git-annex (4.20131024) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index e82e210c4..2498bf106 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20131024 +Version: 4.20131101 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |