From 5b60da66819ed04aef7fc853b8a080cdfc672891 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 5 Aug 2022 11:26:22 -0700 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20main=20to=20?= =?UTF-8?q?13.0.0~pre1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- example/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 773a80b58..45a50bdc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-transport12 VERSION 12.0.0) +project(gz-transport13 VERSION 13.0.0) #============================================================================ # Find gz-cmake diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index ed421bf61..441acce51 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) project(gz-transport-examples) # Find the Gazebo Transport library -find_package(gz-transport12 QUIET REQUIRED OPTIONAL_COMPONENTS log) -set(GZ_TRANSPORT_VER ${gz-transport12_VERSION_MAJOR}) +find_package(gz-transport13 QUIET REQUIRED OPTIONAL_COMPONENTS log) +set(GZ_TRANSPORT_VER ${gz-transport13_VERSION_MAJOR}) if (EXISTS "${CMAKE_SOURCE_DIR}/msgs/") # Message generation. Only required when using custom Protobuf messages. From 2ec75af076fbb8eae3f87645805336d6cff0cfb4 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 8 Aug 2022 09:41:14 -0700 Subject: [PATCH 2/2] changelog Signed-off-by: Louise Poubel --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index dcc247aa7..064c29f77 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## Gazebo Transport 13.X + +### Gazebo Transport 13.0.0 (202X-XX-XX) + ## Gazebo Transport 12.X ### Gazebo Transport 12.0.0 (202X-XX-XX)