Skip to content

Commit

Permalink
Prepare for 3.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jan 30, 2025
1 parent 34c111c commit 538d6a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-cmake3 VERSION 3.5.3)
project(gz-cmake3 VERSION 3.5.4)

#--------------------------------------
# Initialize the GZ_CMAKE_DIR variable with the location of the cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo CMake 3.x

### Gazebo CMake 3.5.4 (2025-01-30)

1. Accept arbitrary capitalization for coverage build type
* [Pull request #435](https://github.com/gazebosim/gz-cmake/pull/435)

1. Fix link for Sanitizer Builds tutorial
* [Pull request #433](https://github.com/gazebosim/gz-cmake/pull/433)

### Gazebo CMake 3.5.3 (2024-05-02)

1. Fix installation of Ign*.cmake modules on newer versions of CMake
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-cmake3</name>
<version>3.5.3</version>
<version>3.5.4</version>
<description>Gazebo CMake : CMake Modules for Gazebo Projects</description>

<maintainer email="[email protected]">Steve Peters</maintainer>
Expand Down

0 comments on commit 538d6a0

Please sign in to comment.