From 7eb246daaa6248db3f7c85183789fc1e752423c9 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 21 Dec 2021 21:24:53 -0800 Subject: [PATCH] Prepare for 2.10.0 stable release (#201) Signed-off-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19e2609f..afe0ea42 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 0d4b3848..f37ecc7e 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)