--- a/gameServer/Actions.hs Sun Oct 18 14:44:06 2009 +0000
+++ b/gameServer/Actions.hs Sun Oct 18 14:44:16 2009 +0000
@@ -116,7 +116,7 @@
return (clID, serverInfo, clients, rooms)
where
client = clients ! clID
- message = if clientProto client < 27 then
+ message = if clientProto client < 29 then
serverMessageForOldVersions
else
serverMessage
--- a/gameServer/CoreTypes.hs Sun Oct 18 14:44:06 2009 +0000
+++ b/gameServer/CoreTypes.hs Sun Oct 18 14:44:16 2009 +0000
@@ -141,7 +141,7 @@
ServerInfo
True
"<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
- "<font color=yellow><h3>Hedgewars 0.9.11 is out! Please, update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></p><h4>New features are:</h4><ul><li>Speech bubbles</li><li>New game modes</li><li>Sniper rifle</li><li>...</li></ul></font>"
+ "<font color=yellow><h3>Hedgewars 0.9.12 is out! Please, update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
46631
0
""