Skip to content

Commit

Permalink
Bump main to 9.0.0~pre1 (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Oct 11, 2021
1 parent 0514d16 commit c9ac4ee
Show file tree
Hide file tree
Showing 3 changed files with 7 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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-msgs8 VERSION 8.0.0)
project(ignition-msgs9 VERSION 9.0.0)

#============================================================================
# Find ignition-cmake
Expand Down
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Ignition Msgs 9.x

### Ignition Msgs 9.0.0 (202x-xx-xx)

## Ignition Msgs 8.x

### Ignition Msgs 8.0.0 (2021-09-xx)
### Ignition Msgs 8.0.0 (2021-09-28)

1. scene.proto: add shadow_caster_material_name
* [Pull request #179](https:/ignitionrobotics/ign-msgs/pull/179)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/cppgetstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To compile the code create a `CMakeLists.txt`:
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
# Find the Ignition msgs library
find_package(ignition-msgs8 QUIET REQUIRED)
find_package(ignition-msgs9 QUIET REQUIRED)
add_executable(ignition-msgs-example main.cc)
target_link_libraries(ignition-msgs-example ${IGNITION-MSGS_LIBRARIES})
Expand Down

0 comments on commit c9ac4ee

Please sign in to comment.