Add 0.9.15 to the list of known versions
authorunc0rr
Sun, 26 Dec 2010 18:56:31 +0300
changeset 4694 2fa92e9a0acf
parent 4692 69e4b4b48701
child 4695 ac2cb3b99d70
Add 0.9.15 to the list of known versions
gameServer/CoreTypes.hs
gameServer/Utils.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
         ""
--- 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