cec: updated changelog and bumped version numbers for 1.6.1
[deb_libcec.git] / src / CecSharpTester / CecSharpClient.cs
index 442c282afacedfd0843193d97499780e2a843400..216382377e59744f2239769c4ea20ffeb9e21fc2 100644 (file)
@@ -43,7 +43,7 @@ namespace CecSharpClient
       Config = new LibCECConfiguration();
       Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
       Config.DeviceName = "CEC Tester";
-      Config.ClientVersion = CecClientVersion.Version1_5_0;
+      Config.ClientVersion = CecClientVersion.Version1_6_1;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;