gameServer/Consts.hs
author nemo
Tue, 24 Dec 2013 12:52:08 -0500
changeset 9834 4486c29d176c
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Recover old tips from .ts files. This addresses bug #740

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"