Skip to content

Commit

Permalink
Bump main to 8.0.0~pre1 (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Apr 1, 2021
1 parent e6e7f3e commit 903e79b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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-msgs7 VERSION 7.0.0)
project(ignition-msgs8 VERSION 8.0.0)

#============================================================================
# Find ignition-cmake
Expand Down
8 changes: 6 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Ignition Msgs 8.x

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

## Ignition Msgs 7.x

### Ignition Msgs 7.x.x (2021-xx-xx)
Expand Down Expand Up @@ -119,11 +123,11 @@

### Ignition Msgs 5.7.0 (2021-03-17)

1. Add ignition version of nav_msgs/OccupancyGrid (backport #138)
1. Add ignition version of nav_msgs/OccupancyGrid (backport #138)
* [Pull request 143](https://github.com/ignitionrobotics/ign-msgs/pull/143)
* [Pull request 143](https://github.com/ignitionrobotics/ign-msgs/pull/138)

1. Master branch updates
1. Master branch updates
* [Pull request 141](https://github.com/ignitionrobotics/ign-msgs/pull/141)

1. Add windows installation; move installation in README to tutorial
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-msgs7 QUIET REQUIRED)
find_package(ignition-msgs8 QUIET REQUIRED)
add_executable(ignition-msgs-example main.cc)
target_link_libraries(ignition-msgs-example ${IGNITION-MSGS_LIBRARIES})
Expand Down

0 comments on commit 903e79b

Please sign in to comment.