gameServer/Consts.hs
author koda
Tue, 11 Jun 2013 02:46:59 +0200
branch0.9.19
changeset 9126 63bf1f4f40f8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
backout a few commits that desyncronized translations and broke physfs on 32 bit

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"