summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 17:13:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 17:13:19 -0400
commitf08b2b9cfa4bbf6d670b5a48ad412284514dd5ff (patch)
treeaecaa6666ca4b1a87e9bfbd9c84acf8793b76d18
parent77b5c8e627c2b4d630417140fe193eb6f665a9b5 (diff)
include 3 in upgradableVersions
Does not change behavior, only git annex version output
-rw-r--r--Annex/Version.hs2
1 files changed, 1 insertions, 1 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