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 9bb8a2522..fed1f76a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (5.20151020) UNRELEASED; urgency=medium +git-annex (5.20151102) unstable; urgency=medium * Use statvfs on OSX. * Symlink timestamp preservation code uses functions @@ -13,7 +13,7 @@ git-annex (5.20151020) UNRELEASED; urgency=medium * When built with aws-0.13.0, the S3 special remote can be used to create google nearline buckets, by setting storageclass=NEARLINE. - -- Joey Hess <id@joeyh.name> Mon, 19 Oct 2015 17:00:21 -0400 + -- Joey Hess <id@joeyh.name> Mon, 02 Nov 2015 12:41:20 -0400 git-annex (5.20151019) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index d5a522664..39c97e3f7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 5.20151019 +Version: 5.20151102 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |