From bc06d7289d9871e01bdcbd34caa39472a7243e69 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Mon, 22 Jan 2024 10:28:23 -0600 Subject: [PATCH] Prepare for 10.1.0 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f663b3a..d43c3f6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 pre1 +gz_configure_project(VERSION_SUFFIX CONFIG_EXTRAS "gz-msgs-extras.cmake.in") #============================================================================ diff --git a/Changelog.md b/Changelog.md index 7e569e6c..9da23258 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Gazebo Msgs 10.x -### Gazebo Msgs 10.1.0 (2024-01-17) +### Gazebo Msgs 10.1.0 (2024-01-22) 1. Add proto message for MaterialColor. * [Pull request #414](https://github.com/gazebosim/gz-msgs/pull/414)