Skip to content

Commit

Permalink
Bump param meta version
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed May 1, 2016
1 parent c84b2dd commit 23a9af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/px4params/xmlout.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, groups, board, inject_xml_file_name):
xml_version = ET.SubElement(xml_parameters, "parameter_version_major")
xml_version.text = "1"
xml_version = ET.SubElement(xml_parameters, "parameter_version_minor")
xml_version.text = "8"
xml_version.text = "9"
importtree = ET.parse(inject_xml_file_name)
injectgroups = importtree.getroot().findall("group")
for igroup in injectgroups:
Expand Down

0 comments on commit 23a9af9

Please sign in to comment.