Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 3.4.2 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 25, 2020
1 parent da7ce55 commit 13d0ad5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [3.4.2] - 2020-08-25

### Fixed
- Removed Windows end of lines (https://github.com/robotology/gazebo-yarp-plugins/pull/507).

## [3.4.1] - 2020-08-24

### Fixed
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 4)
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 13d0ad5

Please sign in to comment.