gameServer/Consts.hs
author koda
Mon, 05 Nov 2012 01:05:23 +0100
changeset 7968 be4503361ead
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ios: fill in CFBundleVersion and CFBundleShortVersionString information better

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"