gameServer/Consts.hs
author koda
Wed, 21 Nov 2012 18:34:45 +0100
changeset 8090 38d9cc60b14c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
cleanup revision section, make hg launch tolerant to config errors, drop deprecated exec_prog for desktop configuration in favour of execute_process

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"