Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / HTools / Version.hs.in @ 72bb6b4e

History | View | Annotate | Download (260 Bytes)

1 7ae514ba Iustin Pop
-- Hey Emacs, this is a -*- haskell -*- file
2 179c0828 Iustin Pop
{- | Auto-generated module holding version information.
3 179c0828 Iustin Pop
-}
4 7ae514ba Iustin Pop
5 669d7e3d Iustin Pop
module Ganeti.HTools.Version
6 8b42a5db Iustin Pop
    (
7 7ae514ba Iustin Pop
      version
8 8b42a5db Iustin Pop
    ) where
9 8b42a5db Iustin Pop
10 9188aeef Iustin Pop
-- | The version of the sources.
11 9188aeef Iustin Pop
version :: String
12 9b1e1cc9 Iustin Pop
version = "(ganeti-htools) version %ver%"