bump to v2.0.0-pre. don't build cec-config.exe on windows (there's a gui version)
[deb_libcec.git] / src / CecSharpTester / CecSharpClient.cs
index 843823c16668425012d0641ed9d7e17ade63ad61..f470171fe3c88de5f7e648e795290ec0254c648d 100644 (file)
@@ -43,7 +43,7 @@ namespace CecSharpClient
       Config = new LibCECConfiguration();
       Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
       Config.DeviceName = "CEC Tester";
-      Config.ClientVersion = CecClientVersion.Version1_8_0;
+      Config.ClientVersion = CecClientVersion.Version1_99_0;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;