diff --git a/CMakeLists.txt b/CMakeLists.txt index be1d5c3d5..14e63da0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ if (BUILD_SDF) gz_configure_project( NO_PROJECT_PREFIX REPLACE_INCLUDE_PATH sdf - VERSION_SUFFIX pre1) + VERSION_SUFFIX pre2) ################################################# # Find tinyxml2. diff --git a/Changelog.md b/Changelog.md index 1e073ee0d..246b22eab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ 1. **Baseline:** this includes all changes from 14.5.0 and earlier. +1. Fix symbol checking test when compiled with debug symbols + * [Pull request #1474](https://github.com/gazebosim/sdformat/pull/1474) + 1. README: update badges for sdf15 * [Pull request #1472](https://github.com/gazebosim/sdformat/pull/1472)