gameServer/Consts.hs
author sheepluva
Sat, 27 Oct 2012 21:24:17 +0200
changeset 7843 a1a4aa5ae61b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
german Qt-Frontend translation update

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"