Skip to content

Commit 583a0e9

Browse files
committed
Protocol update
* Bumping protocol version up to signify that IWC / HG is coming soon
1 parent ee6bec6 commit 583a0e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

WhiteCore/Framework/Utilities/ProtocolVersion.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)