Add new CLI options for min gain during balancing
[ganeti-local] / Ganeti / HTools / Version.hs.in
index daffa76..3785e91 100644 (file)
@@ -1,6 +1,10 @@
+-- Hey Emacs, this is a -*- haskell -*- file
+
 module Ganeti.HTools.Version
     (
-      version -- ^ the version of the tree
+      version
     ) where
 
-version = "(htools) version %ver%"
+-- | The version of the sources.
+version :: String
+version = "(ganeti-htools) version %ver%"