gameServer/Consts.hs
author nemo
Thu, 24 Oct 2013 14:02:26 -0400
changeset 9575 45d2d1ce0174
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
revert r67e257b98422 to close out bug #660. shift-f1 is even more undiscoverable than a tooltip for this important piece of info, and wasn't printing the name for me either.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"