diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e550f0b..383177e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,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 553dc91b..48ae7c7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,9 @@ ## Gazebo Transport 13.X -### Gazebo Transport 13.2.0 (2024-xx-xx) +### Gazebo Transport 13.2.0 (2024-04-09) + +1. Use relative install path for gz tool data + * [Pull request #492](https://github.com/gazebosim/gz-transport/pull/492) 1. No input service request from the command line * [Pull request #487](https://github.com/gazebosim/gz-transport/pull/487)