diff options
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 |