bump to v2.0.0-pre. don't build cec-config.exe on windows (there's a gui version)
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.cs
index 0e83c6a449fd727218ab0acf75d3efd7b474c620..f4353be28b1cc509b72eb9fd98d56372bb13a104 100644 (file)
@@ -28,7 +28,7 @@ namespace CecConfigGui
       Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
       Config.DeviceName = "CEC Config";
       Config.GetSettingsFromROM = true;
-      Config.ClientVersion = CecClientVersion.Version1_9_0;
+      Config.ClientVersion = CecClientVersion.Version1_99_0;
       Callbacks = new CecCallbackWrapper(this);
       Config.SetCallbacks(Callbacks);
       LoadXMLConfiguration(ref Config);