gameServer/CoreTypes.hs
changeset 4988 bd540ba66599
parent 4987 cf9470964dba
child 4989 4771fed9272e
--- a/gameServer/CoreTypes.hs	Sat Mar 05 22:23:14 2011 +0300
+++ b/gameServer/CoreTypes.hs	Sat Mar 05 22:39:26 2011 +0300
@@ -130,6 +130,7 @@
         serverMessage :: B.ByteString,
         serverMessageForOldVersions :: B.ByteString,
         latestReleaseVersion :: Word16,
+        earliestCompatibleVersion :: Word16,
         listenPort :: PortNumber,
         nextRoomID :: Int,
         dbHost :: B.ByteString,
@@ -151,8 +152,9 @@
     ServerInfo
         True
         "<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
-        "<font color=yellow><h3 align=center>Hedgewars 0.9.14.1 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
-        35
+        "<font color=yellow><h3 align=center>Hedgewars 0.9.16 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
+        39
+        31 -- 0.9.13
         46631
         0
         ""