Skip to content

Commit

Permalink
Prepare for 3.5.5~pre1 prerelease (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Feb 14, 2025
1 parent 796ad62 commit 2611894
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.4)
project(gz-cmake3 VERSION 3.5.5)

#--------------------------------------
# Initialize the GZ_CMAKE_DIR variable with the location of the cmake
Expand All @@ -20,7 +20,7 @@ include(GzCMake)

#--------------------------------------
# Set up the project
gz_configure_project(VERSION_SUFFIX)
gz_configure_project(VERSION_SUFFIX pre1)

#--------------------------------------
# Set project-specific options
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Gazebo CMake 3.x

### Gazebo CMake 3.5.5 (prerelease)

1. Normalize header install path
* [Pull request #467](https://github.com/gazebosim/gz-cmake/pull/467)
* [Pull request #474](https://github.com/gazebosim/gz-cmake/pull/474)

1. Only find python if needed
* [Pull request #473](https://github.com/gazebosim/gz-cmake/pull/473)

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

1. Accept arbitrary capitalization for coverage build type
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.4</version>
<version>3.5.5</version>
<description>Gazebo CMake : CMake Modules for Gazebo Projects</description>

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

0 comments on commit 2611894

Please sign in to comment.