summaryrefslogtreecommitdiff
path: root/api/franca/navigation/NavigationTypes.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/NavigationTypes.fidl')
-rwxr-xr-xapi/franca/navigation/NavigationTypes.fidl6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/franca/navigation/NavigationTypes.fidl b/api/franca/navigation/NavigationTypes.fidl
index 4154c98..c5d036f 100755
--- a/api/franca/navigation/NavigationTypes.fidl
+++ b/api/franca/navigation/NavigationTypes.fidl
@@ -11,11 +11,11 @@ typeCollection NavigationTypes {
<** @description: version.**>
struct Version {
<** @description : when the major changes, then backward compatibility with previous releases is not granted.**>
- UInt16 ^major
+ UInt16 ^versionMajor
<** @description : when the minor changes, then backward compatibility with previous releases is granted, but something changed in the implementation of the API (e.g. new methods may have been added).**>
- UInt16 ^minor
+ UInt16 ^versionMinor
<** @description : when the micro changes, then backward compatibility with previous releases is granted (bug fixes or documentation modifications).**>
- UInt16 ^micro
+ UInt16 ^versionMicro
<** @description : release date (e.g. 21-06-2011).**>
String date
}