Skip to content

Commit

Permalink
Bump to 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Jan 13, 2020
1 parent 214fd8e commit 60c8b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set (SDF_PROTOCOL_VERSION 1.6)

set (SDF_MAJOR_VERSION 8)
set (SDF_MINOR_VERSION 7)
set (SDF_PATCH_VERSION 0)
set (SDF_PATCH_VERSION 1)

set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION})
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### SDFormat 8.X.X (201X-XX-XX)

### SDFormat 8.7.1 (2020-01-13)

1. Fix memory leaks in move assignment operator.
* [Pull request 641](https://bitbucket.org/osrf/sdformat/pull-requests/641)

Expand Down

0 comments on commit 60c8b3e

Please sign in to comment.