add Build/BuildVersion, for use by autobuilders
This commit is contained in:
parent
af90a03178
commit
a615817ab1
4 changed files with 11 additions and 5 deletions
6
Build/BuildVersion.hs
Normal file
6
Build/BuildVersion.hs
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue