blob: 38f700cf85b6ac4ea56a8bc8cdb0ca87ac5365dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
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)
|