aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-13 12:10:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-13 12:10:33 -0400
commit947d3e385966c36ad695639602faffa32d4f8b31 (patch)
treefb6322067a5422967aed8d1395cf7daeb8e6932f
parentcbcaf109830319c175ff41082fc55397cbbb0f4a (diff)
prep release5.20150113
-rw-r--r--debian/changelog4
-rw-r--r--git-annex.cabal2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 11664bab9..143149428 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (5.20141232) UNRELEASED; urgency=medium
+git-annex (5.20150113) unstable; urgency=medium
* unlock: Don't allow unlocking files that have never been committed to git
before, to avoid an intractable problem that prevents the pre-commit
@@ -24,7 +24,7 @@ git-annex (5.20141232) UNRELEASED; urgency=medium
* Bugfix: A file named HEAD in the work tree could confuse some git commands
run by git-annex.
- -- Joey Hess <id@joeyh.name> Fri, 02 Jan 2015 13:35:13 -0400
+ -- Joey Hess <id@joeyh.name> Tue, 13 Jan 2015 12:10:08 -0400
git-annex (5.20141231) unstable; urgency=medium
diff --git a/git-annex.cabal b/git-annex.cabal
index 1f939ec11..17d3131de 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 5.20141231
+Version: 5.20150113
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>