Skip to content

Commit

Permalink
Bump main to gz-fuel-tools 11.0.0~pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Oct 9, 2024
1 parent b5357b8 commit 983e76e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-fuel_tools10 VERSION 10.0.0)
project(gz-fuel_tools11 VERSION 11.0.0)

#============================================================================
# Find gz-cmake
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Gazebo Fuel Tools 11.x

### Gazebo Fuel Tools 11.0.0 (20XX-XX-XX)

## Gazebo Fuel Tools 10.x

### Gazebo Fuel Tools 10.0.0 (2024-09-25)
Expand Down
4 changes: 2 additions & 2 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
project(fuel-tools-examples)

# Find the Gazebo Fuel Tools library
find_package(gz-fuel_tools10 QUIET REQUIRED)
set(GZ_FUEL_TOOLS_VER ${gz-fuel_tools10_VERSION_MAJOR})
find_package(gz-fuel_tools11 QUIET REQUIRED)
set(GZ_FUEL_TOOLS_VER ${gz-fuel_tools11_VERSION_MAJOR})

set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GZ-FUEL-TOOLS_CXX_FLAGS}")

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-fuel_tools10</name>
<version>10.0.0</version>
<name>gz-fuel_tools11</name>
<version>11.0.0</version>
<description>Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel</description>
<maintainer email="natekoenig@gmail.com">Nate Koenig</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 983e76e

Please sign in to comment.