Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / HTools / Version.hs.in @ b1e81520

History | View | Annotate | Download (260 Bytes)

1
-- Hey Emacs, this is a -*- haskell -*- file
2
{- | Auto-generated module holding version information.
3
-}
4

    
5
module Ganeti.HTools.Version
6
    (
7
      version
8
    ) where
9

    
10
-- | The version of the sources.
11
version :: String
12
version = "(ganeti-htools) version %ver%"