------------------------------------------------------------------------------- --- $Id: Version.hs#16 2010/10/12 23:36:02 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, 1, 5) -------------------------------------------------------------------------------