Skip to content

Commit

Permalink
Upgrade to Ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Aug 29, 2024
1 parent 6ead0d3 commit d014fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.10)
project(gz_rendering_vendor)

# Project-specific settings
set(LIB_VER_MAJOR 8)
set(LIB_VER_MINOR 2)
set(LIB_VER_MAJOR 9)
set(LIB_VER_MINOR 0)
set(LIB_VER_PATCH 0)

# Derived variables
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->
<version>0.1.1</version>
<description>
Vendor package for: gz-rendering8 8.2.0
Vendor package for: gz-rendering9 9.0.0

Gazebo Rendering: Rendering library for robot applications
</description>
Expand Down Expand Up @@ -49,7 +49,7 @@
<depend>gz_ogre_next_vendor</depend>

<!-- Depend on the package we are vendoring to allow building it from source -->
<depend condition="$GZ_BUILD_FROM_SOURCE != ''">gz-rendering8</depend>
<depend condition="$GZ_BUILD_FROM_SOURCE != ''">gz-rendering9</depend>

<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
Expand Down

0 comments on commit d014fe2

Please sign in to comment.