Merge branch 'master' of git://github.com/chrisforbes/OpenRA

This commit is contained in:
Chris Forbes
2010-01-26 17:13:40 +13:00

View File

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