gameServer/Consts.hs
author koda
Mon, 22 Aug 2011 16:20:28 +0200
changeset 5651 a7de68f4f87f
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
allow accessing the snapshot folder from the about page in the frontend (button could use a nicer icon)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"