summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Annex/Version.hs2
-rw-r--r--git-annex.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/Annex/Version.hs b/Annex/Version.hs
index b5f038c0d..cb637e11a 100644
--- a/Annex/Version.hs
+++ b/Annex/Version.hs
@@ -26,7 +26,7 @@ supportedVersions = ["5", "6"]
upgradableVersions :: [Version]
#ifndef mingw32_HOST_OS
-upgradableVersions = ["0", "1", "2", "4", "5"]
+upgradableVersions = ["0", "1", "2", "3", "4", "5"]
#else
upgradableVersions = ["2", "3", "4", "5"]
#endif
diff --git a/git-annex.cabal b/git-annex.cabal
index 8e7750a70..8a07824d6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -5,7 +5,7 @@ License: GPL-3
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Stable
-Copyright: 2010-2014 Joey Hess
+Copyright: 2010-2016 Joey Hess
License-File: COPYRIGHT
Homepage: http://git-annex.branchable.com/
Build-type: Custom