gameServer/Consts.hs
author sheepluva
Wed, 13 Aug 2014 15:16:33 +0200
changeset 10382 a5752075f897
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
this should fix the cmake 3.0 issue. thanks to Spacey for reporting

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"