gameServer/Consts.hs
author dag10 <gottlieb.drew@gmail.com>
Sat, 19 Jan 2013 14:11:06 -0500
changeset 8404 f06227b2ea14
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Moved library version info out of about.html and into a QLabel beneath Hedgehog.png on about page.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"