Skip to content

Commit

Permalink
Prepare for 13.2.0 (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Apr 9, 2024
1 parent 792aab2 commit 8cfecd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8cfecd0

Please sign in to comment.