Skip to content

Commit

Permalink
⬆️ Bump main to 3.0.0~pre1 (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Aug 9, 2022
1 parent 90f7466 commit 5c0d2d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-plugin2 VERSION 2.0.0)
project(gz-plugin3 VERSION 3.0.0)

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

### Gazebo Plugin 3.X.X (202X-XX-XX)

## Gazebo Plugin 2.x

### Gazebo Plugin 2.X.X (202X-XX-XX)

## Gazebo Plugin 1.x

### Gazebo Plugin 1.2.1 (2021-09-24)
Expand Down
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)

project(examples)

find_package(gz-plugin2 QUIET REQUIRED COMPONENTS all)
set(GZ_PLUGIN_VER ${gz-plugin2_VERSION_MAJOR})
find_package(gz-plugin3 QUIET REQUIRED COMPONENTS all)
set(GZ_PLUGIN_VER ${gz-plugin3_VERSION_MAJOR})

find_package(gz-common5 QUIET)
set(GZ_COMMON_VER ${gz-common5_VERSION_MAJOR})
Expand Down

0 comments on commit 5c0d2d3

Please sign in to comment.