bump win32 assembly version numbers to 1.6.2
[deb_libcec.git] / src / CecSharpTester / CecSharpClient.cs
index 216382377e59744f2239769c4ea20ffeb9e21fc2..cc3fb03b7efb0137793db6091da953cdaec67c3f 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_6_1;
+      Config.ClientVersion = CecClientVersion.Version1_6_2;
       Config.SetCallbacks(this);
       LogLevel = (int)CecLogLevel.All;