gameServer/Consts.hs
author sheepluva
Mon, 16 Jun 2014 19:07:11 +0200
changeset 10315 d464a04450cc
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue #805

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"