gameServer/Consts.hs
author koda
Tue, 21 Jan 2014 22:44:37 +0100
changeset 10019 c00db97a668f
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
add travis tests for the two new cmake options

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"