Statistics
| Branch: | Tag: | Revision:

root / Ganeti / HTools / Version.hs.in @ 9b1e1cc9

History | View | Annotate | Download (201 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 sources.
9
version :: String
10
version = "(ganeti-htools) version %ver%"