bump to libCEC v2.1.0. closes #125
[deb_libcec.git] / src / LibCecTray / controller / CECController.cs
index 751330fd77497a234df98c09148cee7205c20063..e82bce0c3279c020e2594a83d0e047d28dbbcc20 100644 (file)
@@ -438,7 +438,7 @@ namespace LibCECTray.controller
       {
         if (_config == null)
         {
-          _config = new LibCECConfiguration { DeviceName = "CEC Tray", ClientVersion = CecClientVersion.Version2_0_5 };
+          _config = new LibCECConfiguration { DeviceName = "CEC Tray", ClientVersion = CecClientVersion.Version2_1_0 };
           _config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
           _config.SetCallbacks(this);