add protocol version
authoralfadur
Mon, 07 Oct 2019 23:46:49 +0300
changeset 15443 eb1c407a9e8f
parent 15442 6031c0cfec89
child 15444 c03b2e263488
add protocol version
rust/hedgewars-server/src/utils.rs
--- a/rust/hedgewars-server/src/utils.rs	Mon Oct 07 14:18:31 2019 +0200
+++ b/rust/hedgewars-server/src/utils.rs	Mon Oct 07 23:46:49 2019 +0300
@@ -69,6 +69,7 @@
         56 => "0.9.25-dev",
         57 => "0.9.25",
         58 => "1.0.0-dev",
+        59 => "1.0.0",
         _ => "Unknown",
     }
 }