gameServer/Consts.hs
author nemo
Wed, 24 Aug 2011 18:07:37 -0400
changeset 5679 505c6448069b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
accidentally reverted this when reverting the rest of the override changes.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"