forgot to add this file
This commit is contained in:
parent
1ed415690d
commit
a58cef7b8e
1 changed files with 12 additions and 0 deletions
12
Upgrade/V3.hs
Normal file
12
Upgrade/V3.hs
Normal file
|
@ -0,0 +1,12 @@
|
|||
{- git-annex v3 -> v4 uppgrade support
|
||||
-
|
||||
- There was no explicit v3 to v4 upgrade, so run v5 upgrade code.
|
||||
-
|
||||
- Copyright 2013 Joey Hess <joey@kitenet.net>
|
||||
-
|
||||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Upgrade.V3 (upgrade) where
|
||||
|
||||
import Upgrade.V4 (upgrade)
|
Loading…
Reference in a new issue