gameServer/Consts.hs
author dag10
Sun, 07 Apr 2013 19:42:02 -0400
changeset 8886 5c521d1fdd63
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Fixed map preview overlap on certain locales (Fixes issue #549). Fixed overlapping of team selection widget and game cfg widget.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"