From 5f326e9070a0aee1bfe24d81f26550112bad03a6 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 27 Dec 2021 13:17:02 -0800 Subject: [PATCH] Prepare for 10.7.0, final Dome release (#804) Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)