From 6d56c6be09f8a76d9727a8c4a47129480f72578a Mon Sep 17 00:00:00 2001 From: Bob Date: Wed, 10 Mar 2010 17:47:58 +1300 Subject: [PATCH] bumping the protocol version --- OpenRA.FileFormats/ProtocolVersion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.FileFormats/ProtocolVersion.cs b/OpenRA.FileFormats/ProtocolVersion.cs index a091347c99..fbc91caaac 100644 --- a/OpenRA.FileFormats/ProtocolVersion.cs +++ b/OpenRA.FileFormats/ProtocolVersion.cs @@ -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; } }