bump version numbers to 1.9.0
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.cs
index 848ad60c7b978d02a71dbd9abae158a75ba1fec2..0e83c6a449fd727218ab0acf75d3efd7b474c620 100644 (file)
@@ -28,11 +28,12 @@ namespace CecConfigGui
       Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
       Config.DeviceName = "CEC Config";
       Config.GetSettingsFromROM = true;
-      Config.ClientVersion = CecClientVersion.Version1_5_1;
+      Config.ClientVersion = CecClientVersion.Version1_9_0;
       Callbacks = new CecCallbackWrapper(this);
       Config.SetCallbacks(Callbacks);
       LoadXMLConfiguration(ref Config);
       Lib = new LibCecSharp(Config);
+      Lib.InitVideoStandalone();
 
       InitializeComponent();
       LoadButtonConfiguration();