Skip to content

Commit

Permalink
Prepare for 2.10.0 stable release (gazebosim#201)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored and srmainwaring committed Mar 1, 2022
1 parent ac251f3 commit 2af9cca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include(IgnCMake)

#--------------------------------------
# Set up the project
ign_configure_project(VERSION_SUFFIX pre3)
ign_configure_project(VERSION_SUFFIX)

#--------------------------------------
# Set project-specific options
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Ignition CMake 2.x

### Ignition CMake 2.10.0 (2021-12-09)
### Ignition CMake 2.10.0 (2021-12-21)

1. doxygen allow all .cc, .hh, and CMakeLists.txt, not just in examples/ dir
* [Pull request #198](https://github.com/ignitionrobotics/ign-cmake/pull/198)

1. Add `LEGACY_PROJECT_PREFIX` parameter to `ign_create_core_library`
* [Pull request #199](https://github.com/ignitionrobotics/ign-cmake/pull/199)
Expand Down

0 comments on commit 2af9cca

Please sign in to comment.