Use git-annex init --version=6 to get v6 for now
Not ready to make it default because of the direct mode upgrade needing to all happen at once.
This commit is contained in:
parent
b9588fe69e
commit
7d0e79b9e1
10 changed files with 63 additions and 30 deletions
|
@ -15,11 +15,14 @@ import qualified Annex
|
|||
|
||||
type Version = String
|
||||
|
||||
currentVersion :: Version
|
||||
currentVersion = "6"
|
||||
defaultVersion :: Version
|
||||
defaultVersion = "5"
|
||||
|
||||
latestVersion :: Version
|
||||
latestVersion = "6"
|
||||
|
||||
supportedVersions :: [Version]
|
||||
supportedVersions = ["5", currentVersion]
|
||||
supportedVersions = ["5", "6"]
|
||||
|
||||
upgradableVersions :: [Version]
|
||||
#ifndef mingw32_HOST_OS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue