Skip to content

Commit

Permalink
Prepare vesion 15.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Dec 3, 2024
1 parent 85f2790 commit b3949c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set (GAZEBO_MINOR_VERSION 15)
# The patch version may have been bumped for prerelease purposes; be sure to
# check gazebo-release/ubuntu/debian/changelog@default to determine what the
# next patch version should be for a regular release.
set (GAZEBO_PATCH_VERSION 0)
set (GAZEBO_PATCH_VERSION 1)

set (GAZEBO_VERSION ${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION})
set (GAZEBO_VERSION_FULL ${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION}.${GAZEBO_PATCH_VERSION})
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Gazebo 11

## Gazebo 11.15.1 (2024-12-03)

1. Revert "Remove GZ_SINGLETON_DECLARE definition workaround (fix for armhf)"
* [Issue #3411](https://github.com/gazebosim/gazebo-classic/issues/3411)
* [Pull request #3412](https://github.com/gazebosim/gazebo-classic/pull/3412)

## Gazebo 11.15.0 (2024-11-26)

1. Add Gazebo classic end-of-life notice
Expand Down

0 comments on commit b3949c8

Please sign in to comment.