From 6e202b72e56bda3965d1efdf6edf8447cc1299cc Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 25 Sep 2024 17:52:35 -0500 Subject: [PATCH] Prepare for 4.0.0 (#453) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17944664..fc0e27ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(GzCMake) #-------------------------------------- # Set up the project -gz_configure_project(VERSION_SUFFIX pre1) +gz_configure_project(VERSION_SUFFIX) #-------------------------------------- # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 4036f65d..edba78a6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ ## Gazebo CMake 4.x -### Gazebo CMake 4.0.0 (2024-09-24) +### Gazebo CMake 4.0.0 (2024-09-25) + +1. Miscellaneous documentation fixes + * [Pull request #433](https://github.com/gazebosim/gz-cmake/pull/433) + * [Pull request #449](https://github.com/gazebosim/gz-cmake/pull/449) + * [Pull request #452](https://github.com/gazebosim/gz-cmake/pull/452) 1. Use relative paths for pkg-config install directory * [Pull request #443](https://github.com/gazebosim/gz-cmake/pull/443)