Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / HTools / Version.hs.in @ a30b473c

History | View | Annotate | Download (201 Bytes)

1 7ae514ba Iustin Pop
-- Hey Emacs, this is a -*- haskell -*- file
2 7ae514ba Iustin Pop
3 669d7e3d Iustin Pop
module Ganeti.HTools.Version
4 8b42a5db Iustin Pop
    (
5 7ae514ba Iustin Pop
      version
6 8b42a5db Iustin Pop
    ) where
7 8b42a5db Iustin Pop
8 9188aeef Iustin Pop
-- | The version of the sources.
9 9188aeef Iustin Pop
version :: String
10 9b1e1cc9 Iustin Pop
version = "(ganeti-htools) version %ver%"