Skip to content

Commit 02f6187

Browse files
authored
Merge pull request #29 from qualisys/up_version_number
Increment minor version number
2 parents c8b209b + 06d3539 commit 02f6187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RTProtocol.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Constants
4747
/// <summary>Latest major version of protocol</summary>
4848
public const int MAJOR_VERSION = 1;
4949
/// <summary>Latest minor version of protocol</summary>
50-
public const int MINOR_VERSION = 22;
50+
public const int MINOR_VERSION = 23;
5151
/// <summary>Maximum camera count</summary>
5252
public const int MAX_CAMERA_COUNT = 256;
5353
/// <summary>Maximum Analog device count</summary>

0 commit comments

Comments
 (0)