bumped version numbers to 1.8.1, updated changelog
[deb_libcec.git] / src / cec-config-gui / CecConfigGUI.cs
index a57ac355b4da01791e64c3543c7ce3cca0618232..7521b0950b33cbd43a18e568caa6f51caf99e798 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_8_0;
+      Config.ClientVersion = CecClientVersion.Version1_8_1;
       Callbacks = new CecCallbackWrapper(this);
       Config.SetCallbacks(Callbacks);
       LoadXMLConfiguration(ref Config);