bumping the protocol version

This commit is contained in:
Bob
2010-03-10 17:47:58 +13:00
parent 962f1fa9b7
commit 6d56c6be09

View File

@@ -23,6 +23,6 @@ namespace OpenRA.FileFormats
public static class ProtocolVersion
{
// you *must* increment this whenever you make an incompatible protocol change
public static readonly int Version = 2;
public static readonly int Version = 3;
}
}