gameServer/Consts.hs
author nemo
Mon, 04 Mar 2013 14:14:38 -0500
changeset 8647 c1bcdee46bff
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
apply variable change here as well

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"