gameServer/Consts.hs
author koda
Fri, 03 Jan 2014 17:14:19 +0100
changeset 9933 792ce11d1927
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
have revinfo also try to pick up git hashes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"