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