Statistics
| Branch: | Tag: | Revision:

root / Ganeti / HTools / Version.hs.in @ 00b15752

History | View | Annotate | Download (172 Bytes)

1
-- Hey Emacs, this is a -*- haskell -*- file
2

    
3
module Ganeti.HTools.Version
4
    (
5
      version
6
    ) where
7

    
8
-- | The version of the tree
9
version = "(htools) version %ver%"