gameServer/Consts.hs
author nemo
Sat, 18 Aug 2012 18:58:41 -0400
changeset 7562 a79082c2a28e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
koda changed the CMake flag w/o updating the wiki or INSTALL file :(

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"