gameServer/Consts.hs
author koda
Sun, 27 Mar 2011 01:53:59 +0100
changeset 5053 a767954cfa03
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
this should help people hacking the cmake files (removes old comments, BUNDLE and other macros, updates to INSTALL file)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"