1
0

Declaring 1.7.2 compatibility.

This commit is contained in:
madmaxoft
2013-11-08 22:09:39 +01:00
parent 24428a9768
commit efbc4a9b78
2 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ AString cProtocolRecognizer::GetVersionTextFromInt(int a_ProtocolVersion)
case PROTO_VERSION_1_6_2: return "1.6.2";
case PROTO_VERSION_1_6_3: return "1.6.3";
case PROTO_VERSION_1_6_4: return "1.6.4";
case PROTO_VERSION_1_7_2: return "1.7.2";
}
ASSERT(!"Unknown protocol version");
return Printf("Unknown protocol (%d)", a_ProtocolVersion);