# HG changeset patch # User unc0rr # Date 1293378991 -10800 # Node ID 2fa92e9a0acf92ea5e6f1ccbc78c78371cc4da43 # Parent 69e4b4b4870107252e5de14f7a6e123bae6d283d Add 0.9.15 to the list of known versions diff -r 69e4b4b48701 -r 2fa92e9a0acf gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Sun Dec 26 18:56:00 2010 +0300 +++ b/gameServer/CoreTypes.hs Sun Dec 26 18:56:31 2010 +0300 @@ -149,8 +149,8 @@ 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.15 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>" + 37 46631 0 "" diff -r 69e4b4b48701 -r 2fa92e9a0acf gameServer/Utils.hs --- a/gameServer/Utils.hs Sun Dec 26 18:56:00 2010 +0300 +++ b/gameServer/Utils.hs Sun Dec 26 18:56:31 2010 +0300 @@ -112,7 +112,9 @@ protoNumber2ver 33 = "0.9.14" protoNumber2ver 34 = "0.9.15-dev" protoNumber2ver 35 = "0.9.14.1" -protoNumber2ver _ = "Unknown" +protoNumber2ver 37 = "0.9.15" +protoNumber2ver 38 = "0.9.16-dev" +protoNumber2ver w = show w askFromConsole :: String -> IO String askFromConsole msg = do