Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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