no need to cache the physical address of the active source in the device map; the...
[deb_libcec.git] / src / CecSharpTester / CecSharpClient.cs
index 37b04e9cf6c759f58f4b7635de0ea925e541b043..63a2e23788430aa3b6ca20a57275b3d87873135b 100644 (file)
@@ -43,7 +43,7 @@ namespace CecSharpClient
       Config = new LibCECConfiguration();
       Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
       Config.DeviceName = "CEC Tester";
-      Config.ClientVersion = CecClientVersion.Version2_0_0;
+      Config.ClientVersion = CecClientVersion.Version2_0_3;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;