-
Iustin Pop authored
This is another module that is generic, and not htools-specific. Signed-off-by:
Iustin Pop <iustin@google.com> Reviewed-by:
René Nussbaumer <rn@google.com>
2997cb0a
Version.hs.in 246 B
-- Hey Emacs, this is a -*- haskell -*- file
{- | Auto-generated module holding version information.
-}
module Ganeti.Version
(
version
) where
-- | The version of the sources.
version :: String
version = "(ganeti) version %ver%"