From d9b26df3a029be399e72e21daee482f018009981 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 27 Aug 2024 15:42:32 -0700 Subject: [PATCH] Prepare for 15.0.0~pre2, update changelog (#1477) Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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)