gameServer/Consts.hs
author Wuzzy
Mon, 18 Nov 2013 22:14:16 +0100
changeset 9704 055fee9da6a0
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
german translation update PS: * I also merged in the typo fixes by nemo and hasufell * Sorry it took so looooong for this to actually get committed -sheepluva

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"