bump to libCEC v2.1.0. closes #125
[deb_libcec.git] / src / CecSharpTester / CecSharpClient.cs
index 0d58134693610ff78b6a2a99e2a13515b50817b9..16f7774b8488c71124a70431379e6b025d7c1b62 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_8_1;
+      Config.ClientVersion = CecClientVersion.Version2_1_0;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;