cec: added a new setting to control whether to put the TV in standby when the player...
[deb_libcec.git] / src / lib / LibCEC.cpp
index 03962e2ce0907616cd2bbd0531bf5ffba9371e30..2e149c7da0ce1b816be7a95f6fb98af719b439a9 100644 (file)
@@ -60,7 +60,7 @@ CLibCEC::CLibCEC(libcec_configuration *configuration) :
     m_callbacks(configuration->callbacks),
     m_cbParam(configuration->callbackParam)
 {
-  configuration->serverVersion = CEC_SERVER_VERSION_1_5_3;
+  configuration->serverVersion = CEC_SERVER_VERSION_1_6_0;
   m_cec = new CCECProcessor(this, configuration);
 }