summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-15 13:14:04 -0400
committerJackLivio <jack@livio.io>2018-08-15 13:14:04 -0400
commit64c664da19538162781886c3a1b880f02cebc439 (patch)
treecdd07d4d4a3cd2cebfbd415ec3d99c63979c0a5c
parent9c18b2f1bb5194f0f1c8d1b1e34aa8db69f2d186 (diff)
downloadsdl_core-64c664da19538162781886c3a1b880f02cebc439.tar.gz
Update mobile api with correct versioning
-rw-r--r--src/components/interfaces/MOBILE_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index b820550c1a..33e262a886 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>
<?xml-stylesheet type="text/xml" href="protocol2html.xsl"?>
-<interface name="SmartDeviceLink RAPI" version="4.5.0" minVersion="1.0.0" date="2017-09-22">
+<interface name="SmartDeviceLink RAPI" version="5.0.0" minVersion="1.0.0" date="2017-09-22">
<enum name="Result" internal_scope="base">
<element name="SUCCESS">
<description>The request succeeded</description>
@@ -981,7 +981,7 @@
<param name="menuName" type="String" maxlength="500" mandatory="true"/>
<param name="vrCommands" type="String" minsize="1" maxsize="100" maxlength="99" array="true" mandatory="false" since="5.0">
<history>
- <param name="vrCommands" type="String" minsize="1" maxsize="100" maxlength="99" array="true" mandatory="true" until="4.5"/>
+ <param name="vrCommands" type="String" minsize="1" maxsize="100" maxlength="99" array="true" mandatory="true" since="1.0" until="5.0"/>
</history>
</param>
<param name="image" type="Image" mandatory="false"/>