From 200de1b26edbad9ad1d7efd7c29dd4f2080edefa Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 26 Sep 2023 14:08:59 -0500 Subject: [PATCH] Prepare for 3.4.1 release (#385) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a41b1e0..1a8e5128 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-cmake3 VERSION 3.4.0) +project(gz-cmake3 VERSION 3.4.1) #-------------------------------------- # Initialize the GZ_CMAKE_DIR variable with the location of the cmake diff --git a/Changelog.md b/Changelog.md index 3db5872a..8cf2c766 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo CMake 3.x +### Gazebo CMake 3.4.1 (2023-09-26) + +1. Fixed finding Ogre2 on Windows+Conda + * [Pull request #384](https://github.com/gazebosim/gz-cmake/pull/384) + ### Gazebo CMake 3.4.0 (2023-08-25) 1. Only link against DL in the case that it is needed