wumpus-drawing-0.4.0: src/Wumpus/Drawing/VersionNumber.hs
{-# OPTIONS -Wall #-}
--------------------------------------------------------------------------------
-- |
-- Module : Wumpus.Drawing.VersionNumber
-- Copyright : (c) Stephen Tetley 2010-2011
-- License : BSD3
--
-- Maintainer : stephen.tetley@gmail.com
-- Stability : unstable
-- Portability : GHC
--
-- Version number
--
--------------------------------------------------------------------------------
module Wumpus.Drawing.VersionNumber
(
wumpus_drawing_version
) where
-- | Version number
--
-- > (0,4,0)
--
wumpus_drawing_version :: (Int,Int,Int)
wumpus_drawing_version = (0,4,0)