gameServer/Consts.hs
author Drew Gottlieb
Mon, 10 Dec 2012 03:07:25 +0100
changeset 8284 a874d00df4a4
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
GCI2012: Autoupdate Button in Settings

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"