diff --git a/CMakeLists.txt b/CMakeLists.txt index f2b79353..763c227f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index dc2200c2..78b47893 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)