diff --git a/sdf/1.11/root.sdf b/sdf/1.11/root.sdf index 94ecc8731..fdca73f1f 100644 --- a/sdf/1.11/root.sdf +++ b/sdf/1.11/root.sdf @@ -1,7 +1,7 @@ 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. - + Version number of the SDFormat specification, consisting of major and minor versions delimited by a `.` character. diff --git a/sdf/1.12/root.sdf b/sdf/1.12/root.sdf index 94ecc8731..fbf86c770 100644 --- a/sdf/1.12/root.sdf +++ b/sdf/1.12/root.sdf @@ -1,7 +1,7 @@ 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. - + Version number of the SDFormat specification, consisting of major and minor versions delimited by a `.` character. diff --git a/sdf/CMakeLists.txt b/sdf/CMakeLists.txt index aec064bd3..0c5e97e70 100644 --- a/sdf/CMakeLists.txt +++ b/sdf/CMakeLists.txt @@ -32,7 +32,7 @@ execute_process( if (GZ_PROGRAM) # Update this list as new sdformat spec versions are added. - set(sdf_desc_versions 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11) + set(sdf_desc_versions 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12) set(description_targets) foreach(desc_ver ${sdf_desc_versions})