From a985c5900b4e68bd2145feb9eab9764f3458beea Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 30 Aug 2023 21:51:25 -0500 Subject: [PATCH] Prepare for 10.0.0~pre3 Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba6e468a..47c3a72e 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 pre2 +gz_configure_project(VERSION_SUFFIX pre3 CONFIG_EXTRAS "gz-msgs-extras.cmake.in") #============================================================================ diff --git a/Changelog.md b/Changelog.md index 932c3062..d70b03b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)