gameServer/Consts.hs
author koda
Sat, 04 Jan 2014 01:56:22 +0100
changeset 9943 5c9f5abad9c2
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
update copyright year (twice) for Info.plist

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"