gameServer/Consts.hs
author koda
Tue, 09 Jul 2013 04:23:48 +0200
changeset 9345 bb9bf1efd0d2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
use the modern install(SCRIPT ...) command instead of legacy POST_BUILD_SCRIPT

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"