gameServer/Consts.hs
author sheepluva
Fri, 29 Mar 2013 23:58:03 +0100
changeset 8820 9cc4a057473f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
feedback page: allow translations for main text; added link to known bugs in order to reduce the future number of bug report duplicates a bit (We can all hope, right? :P)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"