gameServer/Consts.hs
author Xeli
Sun, 20 May 2012 21:09:13 +0200
changeset 7100 8a2b23efed11
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
android: added an unsigned target to the makefile, to help automate signing

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"