-------------------------------------------------------------------------------
--- $Id: Version.hs#8 2010/09/29 13:30:04 REDMOND\\satnams $
-------------------------------------------------------------------------------

module Lava.Version
where

-- * Getting the Lava version number

-------------------------------------------------------------------------------
-- | This function defines the version of Lava which should correspond
--   to the Cabal version.

lavaVersion :: (Int, Int, Int, Int)
lavaVersion = (5, 0, 0, 7)

-------------------------------------------------------------------------------