7 lines
172 B
Haskell
7 lines
172 B
Haskell
|
{- Outputs the version of git-annex that was built, for use by
|
||
|
- autobuilders. Note that this includes the git rev. -}
|
||
|
|
||
|
import Build.Version
|
||
|
|
||
|
main = putStr =<< getVersion
|