diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-18 14:29:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-18 14:29:39 -0400 |
commit | b1760c28680385280912644bf607575683d4b361 (patch) | |
tree | e387b8efd18e059653bdf517a97082683ddba738 /Build/BuildVersion.hs | |
parent | 0f73e109c6f4ff5a8b8f70a9c41ec69914254713 (diff) |
add Build/BuildVersion, for use by autobuilders
Diffstat (limited to 'Build/BuildVersion.hs')
-rw-r--r-- | Build/BuildVersion.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/BuildVersion.hs b/Build/BuildVersion.hs new file mode 100644 index 000000000..0093f5b5b --- /dev/null +++ b/Build/BuildVersion.hs @@ -0,0 +1,6 @@ +{- 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 |