Skip to content

Commit

Permalink
Prepare for 3.5.3 Release (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
azeey and scpeters authored May 3, 2024
1 parent 60c79ae commit ddd38ff
Show file tree
Hide file tree
Showing 3 changed files with 13 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.2)
project(gz-cmake3 VERSION 3.5.3)

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

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

1. Fix installation of Ign*.cmake modules on newer versions of CMake
* [Pull request #425](https://github.com/gazebosim/gz-cmake/pull/425)

1. Add package.xml
* [Pull request #413](https://github.com/gazebosim/gz-cmake/pull/413)

1. Remove example_INSTALL_DIR from PREFIX_PATH on examples
* [Pull request #421](https://github.com/gazebosim/gz-cmake/pull/421)

### Gazebo CMake 3.5.2 (2024-04-05)

1. Use relative install paths for extra cmake files
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.2</version>
<version>3.5.3</version>
<description>Gazebo CMake : CMake Modules for Gazebo Projects</description>

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

0 comments on commit ddd38ff

Please sign in to comment.