diff --git a/CMakeLists.txt b/CMakeLists.txt index 841548490..2000ab7d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ if (BUILD_SDF) ign_configure_project( NO_IGNITION_PREFIX REPLACE_IGNITION_INCLUDE_PATH sdf - VERSION_SUFFIX pre2) + VERSION_SUFFIX) ################################################# # Find tinyxml2. diff --git a/Changelog.md b/Changelog.md index 9e783cffd..8b0bc632b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## libsdformat 10.X -### libsdformat 10.7.0 (2021-12-23) +### libsdformat 10.7.0 (2021-12-27) 1. Fix flattening logic for nested model names (merged forward from sdf6) * [Pull request #597](https://github.com/ignitionrobotics/sdformat/pull/597)