From 2450980c4cae61db13442813c5571cb5a9b0e7a0 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 29 Sep 2023 00:09:04 -0500 Subject: [PATCH] Prepare for 13.0.0 Release 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 9495d9fb5..a65446be4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ cmake_dependent_option(USE_DIST_PACKAGES_FOR_PYTHON set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre2) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 57b773d8f..cd27702f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Gazebo Transport 13.X -### Gazebo Transport 13.0.0 (202X-XX-XX) +### Gazebo Transport 13.0.0 (2023-09-29) 1. Fix Docker in Harmonic * [Pull request #440](https://github.com/gazebosim/gz-transport/pull/440)