gameServer/Consts.hs
author koda
Tue, 12 Mar 2013 19:25:05 +0100
changeset 8723 b08cc68a26a3
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add 'run Hedgewars' checkbox at the end of the NSIS installation

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"