Add a server-side Luxi implementation
[ganeti-local] / htools / Ganeti / HTools / Version.hs.in
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%"