gameServer/Consts.hs
author koda
Fri, 11 Oct 2013 00:04:36 +0200
changeset 9517 217eacb69395
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fail early when an incompatible cmake version is found

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"