From 5edf5a3120ac578b774737989e183cf6b231182c Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 13 Jan 2022 17:33:45 -0800 Subject: [PATCH] Bump to 11.10.1 Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0239b7ea99..e0d1280891 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set (GAZEBO_MINOR_VERSION 10) # 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}) diff --git a/Changelog.md b/Changelog.md index 1c29adf6e9..278e0b6088 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo 11 +## Gazebo 11.10.1 (2022-01-13) + +1. Revert boost/bind.hpp changes in header files + * [Pull request #3160](https://github.com/ignitionrobotics/gazebo/pull/3160) + ## Gazebo 11.10.0 (2022-01-12) 1. Use boost/bind/bind.hpp to fix warnings on Arch Linux