We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146e399 commit 0472ba0Copy full SHA for 0472ba0
CMakeLists.txt
@@ -17,7 +17,7 @@ find_package(gz-cmake3 REQUIRED)
17
set(CMAKE_CXX_STANDARD 17)
18
set(CMAKE_CXX_STANDARD_REQUIRED ON)
19
20
-gz_configure_project(VERSION_SUFFIX pre4
+gz_configure_project(VERSION_SUFFIX
21
CONFIG_EXTRAS "gz-msgs-extras.cmake.in")
22
23
#============================================================================
Changelog.md
@@ -1,6 +1,6 @@
1
## Gazebo Msgs 10.x
2
3
-### Gazebo Msgs 10.0.0 (202x-xx-xx)
+### Gazebo Msgs 10.0.0 (2023-09-29)
4
5
1. Add missing `<functional>` header
6
* [Pull request #382](https://github.com/gazebosim/gz-msgs/pull/382)
0 commit comments