gameServer/Consts.hs
author koda
Sat, 20 Apr 2013 02:20:15 +0200
branch0.9.19
changeset 8924 13ac59499066
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update 0.9.19 with dev branch

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"