Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (246 Bytes)

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

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

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