File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
WhiteCore/Framework/Utilities Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public static class ProtocolVersion
3737 /// <summary>
3838 /// The current minor protocol version of this version of WhiteCore
3939 /// </summary>
40- public const int MINOR_PROTOCOL_VERSION = 3 ;
40+ public const int MINOR_PROTOCOL_VERSION = 4 ;
4141
4242 /// <summary>
4343 /// The minimum major protocol version allowed to connect to this version of WhiteCore
@@ -47,10 +47,11 @@ public static class ProtocolVersion
4747 /// <summary>
4848 /// The minimum minor protocol version allowed to connect to this version of WhiteCore
4949 /// </summary>
50- public const int MINIMUM_MINOR_PROTOCOL_VERSION = 3 ;
50+ public const int MINIMUM_MINOR_PROTOCOL_VERSION = 4 ;
5151 }
5252 /// Changes:
5353 /// Major 1
5454 /// Minor 1 - Initial bump
5555 /// Minor 2 - Added sending of URIs back to the region on registration
56- }
56+ /// Minor 3 - Logical change that will lead up to IWC / HG
57+ }
You can’t perform that action at this time.
0 commit comments