forgot to add this file

This commit is contained in:
Joey Hess 2013-12-29 16:56:20 -04:00
parent 1ed415690d
commit a58cef7b8e

12
Upgrade/V3.hs Normal file
View 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)