gameServer/Consts.hs
author unc0rr
Fri, 24 Feb 2012 23:49:31 +0400
changeset 6737 ce5fbd98370f
parent 4973 53411a26df7e
child 9702 27006953d901
permissions -rw-r--r--
- Increase server version number due to rooms list protocol changes - Frontend doesn't allow to play on old server

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"