gameServer/Consts.hs
author koda
Mon, 09 May 2011 18:00:39 +0200
changeset 5205 78138ae93820
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
some headers cleanup and rename of stats and playrecord pages for consistency

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"