Skip to content

Commit 839e1fd

Browse files
authored
Prepare for 8.7.0~pre2 prerelease (#299)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent b81b9da commit 839e1fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.13 REQUIRED)
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
ign_configure_project(VERSION_SUFFIX pre1)
17+
ign_configure_project(VERSION_SUFFIX pre2)
1818

1919
if (UNIX AND NOT APPLE)
2020
set (EXTRA_TEST_LIB_DEPS stdc++fs)

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Gazebo Msgs 8.x
22

3-
### Gazebo Msgs 8.7.0 (2022-08-17)
3+
### Gazebo Msgs 8.7.0 (2022-08-25)
44

55
1. Add parameter component message definitions
66
* [Pull request #241](https://github.com/gazebosim/gz-msgs/pull/241)
7+
* [Pull request #298](https://github.com/gazebosim/gz-msgs/pull/298)
78

89
1. Remove redunant namespace references
910
* [Pull request #293](https://github.com/gazebosim/gz-msgs/pull/293)

0 commit comments

Comments
 (0)