Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Version.hs.in @ 13d26b66

History | View | Annotate | Download (246 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 2997cb0a Iustin Pop
module Ganeti.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 2997cb0a Iustin Pop
version = "(ganeti) version %ver%"