bumping the protocol version
This commit is contained in:
@@ -23,6 +23,6 @@ namespace OpenRA.FileFormats
|
|||||||
public static class ProtocolVersion
|
public static class ProtocolVersion
|
||||||
{
|
{
|
||||||
// you *must* increment this whenever you make an incompatible protocol change
|
// you *must* increment this whenever you make an incompatible protocol change
|
||||||
public static readonly int Version = 2;
|
public static readonly int Version = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user