Skip to content

Commit

Permalink
Prepare for 2.10.0~pre1 (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Dec 9, 2021
1 parent 2cec1cb commit 5cccde5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-cmake2 VERSION 2.9.0)
project(ignition-cmake2 VERSION 2.10.0)

#--------------------------------------
# Initialize the IGNITION_CMAKE_DIR variable with the location of the cmake
Expand All @@ -20,7 +20,7 @@ include(IgnCMake)

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

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

### Ignition CMake 2.X.X (2021-XX-XX)
### Ignition CMake 2.10.0 (2021-12-09)

1. Add Ubuntu Jammy CI
* [Pull request #194](https://github.com/ignitionrobotics/ign-cmake/pull/194)

1. FindIgnURDFDOM cmake module
* [Pull request #193](https://github.com/ignitionrobotics/ign-cmake/pull/193)

1. Do not modify `CMAKE_FIND_LIBRARY_PREFIXES` and `CMAKE_FIND_LIBRARY_SUFFIXES` on Windows
* [Pull request #189](https://github.com/ignitionrobotics/ign-cmake/pull/189)

1. Project option: `REPLACE_IGNITION_INCLUDE_PATH`
* [Pull request #190](https://github.com/ignitionrobotics/ign-cmake/pull/190)

1. Project option: `NO_IGNITION_PREFIX`
* [Pull request #191](https://github.com/ignitionrobotics/ign-cmake/pull/191)

### Ignition CMake 2.9.0 (2021-09-02)

Expand Down

0 comments on commit 5cccde5

Please sign in to comment.