gameServer/Consts.hs
author sheepluva
Fri, 15 Aug 2014 08:23:15 +0200
changeset 10388 665d8b699d35
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
part of patch in issue #803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"