diff --git a/CMakeLists.txt b/CMakeLists.txt index 64c9584d..0ef91298 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ include(IgnCMake) #-------------------------------------- # Set up the project -ign_configure_project(VERSION_SUFFIX pre2) +ign_configure_project(VERSION_SUFFIX) #-------------------------------------- # Set project-specific options diff --git a/Changelog.md b/Changelog.md index cc2bb9b3..e4801537 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ### Ignition CMake 2.X.X (20XX-XX-XX) -### Ignition CMake 2.7.0 (2021-XX-XX) +### Ignition CMake 2.7.0 (2021-03-30) 1. Support to find Ogre 2-2 * [Pull request #157](https://github.com/ignitionrobotics/ign-cmake/pull/157)