bumped version and updated changelog
[deb_libcec.git] / src / LibCecTray / controller / CECController.cs
index f81cd94181379d9f1dc9e70edb8648220f91ec4b..ebce4baecc4ce5bc416bd7927eb5f7f459bde275 100644 (file)
@@ -438,7 +438,7 @@ namespace LibCECTray.controller
       {
         if (_config == null)
         {
-          _config = new LibCECConfiguration { DeviceName = "CEC Tray", ClientVersion = CecClientVersion.Version2_0_0 };
+          _config = new LibCECConfiguration { DeviceName = "CEC Tray", ClientVersion = CecClientVersion.Version2_0_2 };
           _config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
           _config.SetCallbacks(this);