summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/rpc_handler_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/rpc_handler_impl.cc')
-rw-r--r--src/components/application_manager/src/rpc_handler_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/rpc_handler_impl.cc b/src/components/application_manager/src/rpc_handler_impl.cc
index 37319738f9..0bf62cf64d 100644
--- a/src/components/application_manager/src/rpc_handler_impl.cc
+++ b/src/components/application_manager/src/rpc_handler_impl.cc
@@ -232,7 +232,7 @@ bool RPCHandlerImpl::ConvertMessageToSO(
} else if (mobile_apis::FunctionID::RegisterAppInterfaceID ==
static_cast<mobile_apis::FunctionID::eType>(
output[strings::params][strings::function_id].asInt())) {
- // Assume default version 1.0.0 until properly set in RAI
+ // Assume default version 2.0.0 until properly set in RAI
output[NsSmartDeviceLink::NsJSONHandler::strings::S_PARAMS]
[NsSmartDeviceLink::NsJSONHandler::strings::S_RPC_MSG_VERSION] =
msg_version.toString();