Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit b22c6e1

Browse files
authored
Prepare vesion 15.11.1 (#3413)
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent 85f2790 commit b22c6e1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set (GAZEBO_MINOR_VERSION 15)
2222
# The patch version may have been bumped for prerelease purposes; be sure to
2323
# check gazebo-release/ubuntu/debian/changelog@default to determine what the
2424
# next patch version should be for a regular release.
25-
set (GAZEBO_PATCH_VERSION 0)
25+
set (GAZEBO_PATCH_VERSION 1)
2626

2727
set (GAZEBO_VERSION ${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION})
2828
set (GAZEBO_VERSION_FULL ${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION}.${GAZEBO_PATCH_VERSION})

‎Changelog.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Gazebo 11
22

3+
## Gazebo 11.15.1 (2024-12-03)
4+
5+
1. Revert "Remove GZ_SINGLETON_DECLARE definition workaround (fix for armhf)"
6+
* [Issue #3411](https://github.com/gazebosim/gazebo-classic/issues/3411)
7+
* [Pull request #3412](https://github.com/gazebosim/gazebo-classic/pull/3412)
8+
39
## Gazebo 11.15.0 (2024-11-26)
410

511
1. Add Gazebo classic end-of-life notice

0 commit comments

Comments
 (0)