Add 0.9.16 and 0.9.17-dev version info to server
authorunc0rr
Mon, 12 Sep 2011 23:08:24 +0400
changeset 5880 a6573cc5903e
parent 5879 42cf124c305b
child 5881 099464aab4b6
Add 0.9.16 and 0.9.17-dev version info to server
gameServer/Utils.hs
--- a/gameServer/Utils.hs	Mon Sep 12 21:51:14 2011 +0400
+++ b/gameServer/Utils.hs	Mon Sep 12 23:08:24 2011 +0400
@@ -103,6 +103,8 @@
             , (35, "0.9.14.1")
             , (37, "0.9.15")
             , (38, "0.9.16-dev")
+            , (39, "0.9.16")
+            , (40, "0.9.17-dev")
             ]
 
 askFromConsole :: B.ByteString -> IO B.ByteString