Skip to content

Commit

Permalink
Merge pull request #572 from robotology/bump
Browse files Browse the repository at this point in the history
Release 3.6.2
  • Loading branch information
traversaro authored Aug 27, 2021
2 parents d1b2d38 + 093fb26 commit 42706a3
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.6.2] - 2021-08-27

## Deprecated
- The `gazebo_yarp_jointsensors` and the `gazebo_yarp_doublelaser` have been deprecated and will be removed in the next major version of `gazebo-yarp-plugins`.

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 6)
set(${PROJECT_NAME}_PATCH_VERSION 1)
set(${PROJECT_NAME}_PATCH_VERSION 2)

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

0 comments on commit 42706a3

Please sign in to comment.