Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 10.0.0~pre3 Release #380

Merged
merged 1 commit into from
Aug 31, 2023
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 @@ -17,7 +17,7 @@ find_package(gz-cmake3 REQUIRED)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

gz_configure_project(VERSION_SUFFIX pre2
gz_configure_project(VERSION_SUFFIX pre3
CONFIG_EXTRAS "gz-msgs-extras.cmake.in")

#============================================================================
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [Pull request #368](https://github.com/gazebosim/gz-msgs/pull/368)
* [Pull request #374](https://github.com/gazebosim/gz-msgs/pull/374)
* [Pull request #377](https://github.com/gazebosim/gz-msgs/pull/377)
* [Pull request #379](https://github.com/gazebosim/gz-msgs/pull/379)

1. Add python message generation
* [Pull request #362](https://github.com/gazebosim/gz-msgs/pull/362)
Expand Down
Loading