From ef6c79491078ee72361e2ac9f64324970a609ffd Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 30 Dec 2025 15:12:55 -0600 Subject: [PATCH] Bump main to 6.0.0~pre1 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 4 ++++ Migration.md | 2 ++ package.xml | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b1566a..e4ba237e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-cmake VERSION 5.0.0) +project(gz-cmake VERSION 6.0.0) #-------------------------------------- # Initialize the GZ_CMAKE_DIR variable with the location of the cmake diff --git a/Changelog.md b/Changelog.md index c7aa9d20..d893ca01 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## Gazebo CMake 6.x + +### Gazebo CMake 6.0.0 (202X-XX-XX) + ## Gazebo CMake 5.x ### Gazebo CMake 5.0.0 (2025-09-30) diff --git a/Migration.md b/Migration.md index aa985ebf..6ca7c41e 100644 --- a/Migration.md +++ b/Migration.md @@ -5,6 +5,8 @@ Deprecated code produces compile-time warnings. These warning serve as notification to users that their code should be upgraded. The next major release will remove the deprecated code. +## Gazebo CMake 5.X to 6.X + ## Gazebo CMake 4.X to 5.X 1. The major version has been removed from the cmake project name and the diff --git a/package.xml b/package.xml index 91b23c07..6678bb23 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-cmake - 5.0.0 + 6.0.0 Gazebo CMake : CMake Modules for Gazebo Projects Steve Peters