CecSharpClient: use CurrentVersion instead of a hardcoded version
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 12 Mar 2013 23:40:19 +0000 (00:40 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 12 Mar 2013 23:48:11 +0000 (00:48 +0100)
src/CecSharpTester/CecSharpClient.cs

index e3d22f6948a889a5bf3abe1d6c1548e9a7514998..d2ab99000aca1854e1eb5728f7d82b33f2a8f0b3 100644 (file)
@@ -43,7 +43,7 @@ namespace CecSharpClient
       Config = new LibCECConfiguration();
       Config.DeviceTypes.Types[0] = CecDeviceType.RecordingDevice;
       Config.DeviceName = "CEC Tester";
-      Config.ClientVersion = CecClientVersion.Version2_1_0;
+      Config.ClientVersion = CecClientVersion.CurrentVersion;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;