gameServer/Consts.hs
author koda
Wed, 23 May 2012 01:39:31 +0200
changeset 7112 38c5d56c4d6e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
rename a few internal cmake variables (for consistency and readability)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"