diff --git a/spec/Vehicle/Vehicle.vspec b/spec/Vehicle/Vehicle.vspec index 3b52e595..0b0bd4bd 100644 --- a/spec/Vehicle/Vehicle.vspec +++ b/spec/Vehicle/Vehicle.vspec @@ -27,7 +27,7 @@ VersionVSS.Major: VersionVSS.Minor: datatype: uint32 type: attribute - default: 0 + default: 1 description: Supported Version of VSS - Minor version. VersionVSS.Patch: @@ -39,7 +39,7 @@ VersionVSS.Patch: VersionVSS.Label: datatype: string type: attribute - default: '' + default: 'dev' description: Label to further describe the version. comment: COVESA VSS project typically use dev for latest master, and empty string for released versions.