Skip to content

Commit

Permalink
Merged in bump_8.7.1 (pull request gazebosim#646)
Browse files Browse the repository at this point in the history
Bump to 8.7.1

Approved-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
azeey committed Jan 13, 2020
2 parents 214fd8e + e32a0eb commit f2a832b
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 f2a832b

Please sign in to comment.