Skip to content

Commit

Permalink
Merge pull request #468 from robotology/new/release
Browse files Browse the repository at this point in the history
Bump version to 3.3.1 and do a new release.
  • Loading branch information
traversaro authored Mar 5, 2020
2 parents 374ced4 + 5c19c7e commit 8c056e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [3.3.1] - 2020-03-05

### Fixed
- Solve the problem of setting the interaction mode when the mode of actuator has been already set on the same requested interaction mode (https://github.com/robotology/gazebo-yarp-plugins/pull/464).
- Fix implementation of `yarp::dev::IPositionControl::relativeMove` in `gazebo_yarp_controlboard` (https://github.com/robotology/gazebo-yarp-plugins/pull/466).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROJECT(GazeboYARPPlugins)
# Project version
set(${PROJECT_NAME}_MAJOR_VERSION 3)
set(${PROJECT_NAME}_MINOR_VERSION 3)
set(${PROJECT_NAME}_PATCH_VERSION 0)
set(${PROJECT_NAME}_PATCH_VERSION 1)

set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION})
Expand Down

0 comments on commit 8c056e2

Please sign in to comment.