gameServer/Consts.hs
author sheepluva
Sat, 10 Dec 2011 04:10:32 +0100
changeset 6522 babc3af72035
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
removing my reserved hat. also using this commit to test whether CIA.vc notification directly by google-code works (so that you don't have to rely on my server doing this anymore) see http://cia.vc/blog/2009/03/google-revisited/

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"