bump to 2.0.4. dropped obsolete cec-config
[deb_libcec.git] / src / CecSharpTester / CecSharpClient.cs
index 63a2e23788430aa3b6ca20a57275b3d87873135b..d1c6c3ee1b6972caa67a6b44aa2476e0169fbb0c 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_3;
+      Config.ClientVersion = CecClientVersion.Version2_0_4;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;