X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2FCecConfigGUI.cs;h=f4353be28b1cc509b72eb9fd98d56372bb13a104;hb=999665e393983d93aa0309fbaf608267ed1207ba;hp=7521b0950b33cbd43a18e568caa6f51caf99e798;hpb=7e316a2f39ded0dfe46661cc4007f5c20c58da96;p=deb_libcec.git diff --git a/src/cec-config-gui/CecConfigGUI.cs b/src/cec-config-gui/CecConfigGUI.cs index 7521b09..f4353be 100644 --- a/src/cec-config-gui/CecConfigGUI.cs +++ b/src/cec-config-gui/CecConfigGUI.cs @@ -28,7 +28,7 @@ namespace CecConfigGui Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice; Config.DeviceName = "CEC Config"; Config.GetSettingsFromROM = true; - Config.ClientVersion = CecClientVersion.Version1_8_1; + Config.ClientVersion = CecClientVersion.Version1_99_0; Callbacks = new CecCallbackWrapper(this); Config.SetCallbacks(Callbacks); LoadXMLConfiguration(ref Config);