Skip to content

Commit 0a15bbb

Browse files
committed
Add missed spec version 1.12 in the sdf_descriptions target
This also updates the default versions in root.sdf files Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent c68fd3d commit 0a15bbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdf/1.11/root.sdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<element name="sdf" required="1">
22
<description>SDFormat base element that can include one model, actor, light, or worlds. A user of multiple worlds could run parallel instances of simulation, or offer selection of a world at runtime.</description>
33

4-
<attribute name="version" type="string" default="1.10" required="1">
4+
<attribute name="version" type="string" default="1.11" required="1">
55
<description>
66
Version number of the SDFormat specification, consisting of major
77
and minor versions delimited by a `.` character.

sdf/1.12/root.sdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<element name="sdf" required="1">
22
<description>SDFormat base element that can include one model, actor, light, or worlds. A user of multiple worlds could run parallel instances of simulation, or offer selection of a world at runtime.</description>
33

4-
<attribute name="version" type="string" default="1.10" required="1">
4+
<attribute name="version" type="string" default="1.12" required="1">
55
<description>
66
Version number of the SDFormat specification, consisting of major
77
and minor versions delimited by a `.` character.

sdf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ execute_process(
3232
if (GZ_PROGRAM)
3333

3434
# Update this list as new sdformat spec versions are added.
35-
set(sdf_desc_versions 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11)
35+
set(sdf_desc_versions 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12)
3636

3737
set(description_targets)
3838
foreach(desc_ver ${sdf_desc_versions})

0 commit comments

Comments
 (0)