htools: Make opcode naming consistent with Ganeti codebase
[ganeti-local] / htools / Ganeti / HTools / Version.hs.in
1 -- Hey Emacs, this is a -*- haskell -*- file
2
3 module Ganeti.HTools.Version
4     (
5       version
6     ) where
7
8 -- | The version of the sources.
9 version :: String
10 version = "(ganeti-htools) version %ver%"