gameServer/Consts.hs
author zero579911
Thu, 29 Nov 2012 04:57:35 +0100
changeset 8136 c2196b1dccb4
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
GCI: use player's name for the default team task: http://www.google-melange.com/gci/task/view/google/gci2012/8007227 note: these bugs were NOT introduced by this: - double confirmation on team removal - team addition fails

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"