From 7f41da8cb5c36fdcc7cf6cee0ec642bd0019824f Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 23 Sep 2025 23:11:55 +0000 Subject: [PATCH] Prepare for 16.0.0 release Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5830f4a2..b2924ecea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ if (BUILD_SDF) gz_configure_project( NO_PROJECT_PREFIX REPLACE_INCLUDE_PATH sdf - VERSION_SUFFIX pre2) + VERSION_SUFFIX) ################################################# # Find tinyxml2. diff --git a/Changelog.md b/Changelog.md index 548ff27fc..1c1a35f46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## libsdformat 16.X -### libsdformat 16.0.0 (2025-09-24) +### libsdformat 16.0.0 (2025-09-30) 1. **Baseline:** this includes all changes from 15.3.0 and earlier.